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.
我有一张大图要在 UIScrollView 中显示。它是 28.1 MB。它经常使应用程序崩溃。是否有一些方法可以处理它以使应用程序不会崩溃?
来了哥们
将大图像转换为图块
在 UIScrollview 中显示平铺图像
UIScrollView 中的平铺图像
如果它是静态 PNG 图像,请通过 ImageAlpha 和 ImageOptim(谷歌这些)运行它。您可能可以将其降低 50% 以上。而是将生成的图像与您的应用程序捆绑在一起。
请注意,ImageOptim 是无损的,而 ImageAlpha 是有损的。您可以结合使用它们。
仅在必要时拆分图像并加载片段。