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.
有些应用程序在异步下载图像时显示动画图像(与静态图像相反)。
例如,Pinterest 就是其中之一。
我想知道这是否可以通过 AFNetworking 实现?还是有其他图书馆可以做到这一点?
因为AFNetworking它只是一个库,可以让开发人员轻松地从网络上抓取数据,我不认为它会做任何动画。
AFNetworking
您可以使用AFNetworking从 Web 获取图像并编写自己的动画代码,该代码在下载图像时显示。最东方的方法是使用UIView动画。
UIView