這裏是我的代碼NSMutableURLRequest的CachePolicy不工作
let url = NSURL(string: user_url)
var request = NSMutableURLRequest.init(URL: url!, cachePolicy: .reloadIgnoringLocalCacheData, timeoutInterval: 5)
我得到這個錯誤:
Type 'NSURLRequestCachePolicy' has no member 'reloadIgnoringLocalCacheData'
我把這個constant from the docs所以我想知道我要去的地方錯在這裏?
這是SWIFT 2.3(不太多的選擇/決定)+的XCode 8.
您定位的是Xcode和Swift的哪些版本? –
@JimMatthews添加細節問題。 – helloB