And I wonder that an "Apple Developer" say that UIWebView is not ment to be reused. I'm not believe anything that can find in the www, but this make me thoughtful...
Have anyone arguments why reusing is not a good practice or the other way round?
I always reuse my UIWebView because shutting the instance down causes a leak somewhere in iOS - it's not huge (20K or so, if memory serves), but it's annoying.
__________________
Highlight PDF text like no other app: iHighlight (now available for iPad and iPhone!)
-----
Create iPhone lists with no typing: Insta-List
-----
Make spelling fun, and create your own tests: iWillSpell
-----
A fast, elegant flashlight app: Insta-Light
-----
And I wonder that an "Apple Developer" say that UIWebView is not ment to be reused. I'm not believe anything that can find in the www, but this make me thoughtful...
Have anyone arguments why reusing is not a good practice or the other way round?
Thanks in advance...
greetz matzino
Hi Matzino, I agree with the person above, reuse your webview to cut down on leaks. There are lots of posts discussing use of webviews to minimise leaks. I only have one webview and use it wherever required.