从 html 字符串加载图像时 ios 应用程序崩溃

发布于 2024-11-25 01:27:22 字数 98 浏览 1 评论 0原文

在我的应用程序的网页视图页面中,我尝试从 html 字符串加载图像。大约有 27 张图像。该应用程序崩溃了,并且在错误报告中显示为“内存警告2”。如何克服这个问题...请朋友们帮助我

in my app in a web view page i am trying to load images from an html string. There are around 27 images. The app is getting crashed and in the error report it says as memorywarning2. How to overcome this problem....Please help me friends

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懷念過去 2024-12-02 01:27:22

您可能一次将太多、太大的图像加载到内存中。

除非您确实需要 Web 视图,否则您可以在 UIScrollView 中使用 UIImageView 并自行处理内存使用情况。

如果您必须使用网络视图,也许您可​​以使用较小的图像。

You're probably loading too many, too large images into memory at one time.

Unless you really need a web view, you could use UIImageViews in a UIScrollView and handle the memory usage yourself.

If you must use a web view, maybe you could use smaller images.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文