Does UIWebView leak memory?

前端 未结 4 1059
陌清茗
陌清茗 2020-12-03 06:05

If your iPhone app uses a UIWebView, and loads many pages with large images, you may find that you are leaking memory. Can this be resolved?

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 06:17

    I got a

    received memory warning, level 1

    and then the application crashed with the huge text size in the web view.

    This article helped me, solving the leak issue. Very easy and straightforward to use.

提交回复
热议问题