vote up 2 vote down star
1

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?

flag

1 Answer

vote up 1 vote down

It is a known problem.

Marco Arment mentions the leak here. http://blog.instapaper.com/post/60628543

There isn't a lot you can do. One option in to "intercept" the html try to truncate parts that you don't need. Obviously, this won't likely work for a general purpose webview.

In the meantime, you may just have to wait for an update from Apple.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.