【发布时间】:2015-11-08 23:24:42
【问题描述】:
我在我的应用程序中使用新的 AlamofireImage 2.1.0 版本,并尝试使用
清除图像缓存imageDownloader.sessionManager.session.configuration.URLCache?.removeCachedResponseForRequest(URLRequest)
我收到一个错误:
Value of type 'ImageDownloader' has no member 'sessionManager'
我也在使用 Alamofire 3.1.2
【问题讨论】: