且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

更改视图之前的iOS指示器

更新时间:2023-12-05 16:41:22

我认为您没有将 LazyLoding 用于图像下载
如果您在主线程中下载图像,则应用程序将被卡住,直到未下载并显示该图像。

I think you are not using LazyLoding for Image downloading. If you download image in main Thread then application is stuck until the image is not downloaded and display.

您可以使用 SDWebImage 进行图像下载。

You can use SDWebImage for image downloading.

以下是在您的应用程序中实现的步骤:

Here is the steps to implement into your application:

-单击Zip标记并下载档案。

-Click on Zip tag and download the archive.

-取消存档文件。

-您将找到 SDWebImage文件夹。

-You will find the "SDWebImage" folder.

-查看该路径并将此文件夹添加到您的项目中。 (不要忘了在项目中复制文件夹而不是进行Jusk链接)。

-see that path and add this folder in your project. (don't forget to take copy of folder in your project instead of jusk linking).

快乐编码:)