Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我制作了一个 android 应用程序,它解析JSON并使用延迟加载技术来加载图像。(我正在为一个视频网站创建它,并且需要显示标题的视频缩略图)。现在我正在为iOS. 我已经做到了,它显示了标题和副标题,并在我的自定义表格视图单元格中显示了“观看”按钮。是否有任何教程或文章可以向我展示如何将图像加载到图像视图中?
JSON
iOS
注意:我已经在网上搜索过这个,但找不到好的文章或教程。
非常感谢 - 查尔顿桑塔纳
SDWebImage是您的绝佳解决方案
检查下面的链接,它很容易使用。
https://github.com/rs/SDWebImage
AFNetworking 有 JSON 解析
https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking#download-and-parse-json
和图像加载
https://github.com/AFNetworking/AFNetworking/wiki/Getting-Started-with-AFNetworking#download-and-display-images