标签: swift xcode alamofire
我在调用almofire时使用FIDDLE answer cannon来禁用缓存,但我仍然会在每次请求时获取旧数据,并且tableView未更新! 这是我的代码:
{{1}}
问题出在哪里?
答案 0 :(得分:1)
我在viewWillAppear func中添加了这段代码,也许它不是完美的答案,但它有效
URLCache.shared.removeAllCachedResponses()