【问题标题】:How to add SDWebImagePrefetcher in swift如何在 swift 中添加 SDWebImagePrefetcher
【发布时间】:2015-08-16 08:49:25
【问题描述】:

急需帮助。想在swift中添加SDWebImagePrefetcher方法但是无法访问不知道为什么??SDWebImage的其他PODS文件可以访问而不是这个。任何一个???

【问题讨论】:

    标签: ios swift ios5 sdwebimage


    【解决方案1】:

    而不是在 Bridging-Header 中这样做

    #import <SDWebImage/UIImageView+WebCache.h>
    

    这样做

    @import SDWebImage;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-08-01
      • 2016-01-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-08-14
      • 2017-05-20
      相关资源
      最近更新 更多