如何在 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 OS 2 中引用不支持的框架

如何从 Apple Watch 检索 os_log 条目?

如何从 Watch App(Watch OS 2)与非活动的 IOS 应用程序通信

如何在swift ui watch os中的同一屏幕中添加键盘和文本字段[关闭]

如何在 Objective-C 中的 OS2 中将数据从 Iphone 发送到 Apple Watch