AlamofireImage 2.0 sessionManager问题

时间:2015-11-08 23:24:42

标签: alamofire alamofireimage

我在我的应用中使用新的AlamofireImage 2.1.0版本,并尝试使用

清除图像缓存
imageDownloader.sessionManager.session.configuration.URLCache?.removeCachedResponseForRequest(URLRequest)

我收到错误:

Value of type 'ImageDownloader' has no member 'sessionManager'

我也在使用Alamofire 3.1.2

1 个答案:

答案 0 :(得分:1)

sessionManager上的ImageDownloader属性在2.1.0版本中有一个内部ACL。我最近将ACL更改为位于public分支的f35e4748中的master。如果您更新为master,则代码示例应按预期工作。

  

我们会在接下来的几天内发布2.1.1版本。