iphone - ipad Receiving Low Memory warning while Loading WebView with local HTML content and App crashes..! -
I am loading my webview with lots of page-containing html content. It works perfectly in its simulator and displays low memory alert problems in the device. Join PLL Hand ...
It is a matter of memory management that you should provide your code ( Both .h and .m). It does not matter what you do (loading content in the webview or whatever), it is important that you do this. You are not releasing unnecessary items, or you are allocating a lot of memory in the simulator, it uses computer memory to review, release or unrecognized object memory leaks to find out your code. Try Cheers!
Comments
Post a Comment