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.
我需要在第一次像手机游戏(大文件)一样构建时加载 Images.xcassets 请帮助我或推荐最佳方式。
您需要以异步方式加载图像。如果您有大文件,如果您在主线程中执行所有操作,那么您的应用程序将会非常缓慢。如果您不熟悉这类事情,我强烈建议您使用 SDWebImage 库。它为你做所有这些事情。
https://github.com/rs/SDWebImage