如何在 watch OS 2 中使用 Kingfisher 图像库或 AlamofireImage?
Posted
技术标签:
【中文标题】如何在 watch OS 2 中使用 Kingfisher 图像库或 AlamofireImage?【英文标题】:How to use Kingfisher image library or AlamofireImage in watch OS 2? 【发布时间】:2016-06-15 11:53:53 【问题描述】:Watch OS 没有 ImageView,但上述两个库仅作为 ImageView 扩展工作。他们提到它将支持 watch os 2,但找不到任何相关文档。
【问题讨论】:
【参考方案1】:使用
实现let URL = NSURL(string: "https://raw.githubusercontent.com/onevcat/Kingfisher/master/images/kingfisher-\(currentIndex! + 1).jpg")!
KingfisherManager.sharedManager.retrieveImageWithURL(URL, optionsInfo: nil, progressBlock: nil) (image, error, cacheType, imageURL) -> () in
self.interfaceImage.setImage(image)
【讨论】:
以上是关于如何在 watch OS 2 中使用 Kingfisher 图像库或 AlamofireImage?的主要内容,如果未能解决你的问题,请参考以下文章
如何在 watch OS 2 中使用 Kingfisher 图像库或 AlamofireImage?
如何从 Watch App(Watch OS 2)与非活动的 IOS 应用程序通信