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?
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.