iPhone OS: Sharing a UIWebView between ViewControllers in a UITabBarController
Posted
by dschafroth
on Stack Overflow
See other posts from Stack Overflow
or by dschafroth
Published on 2010-06-01T12:19:29Z
Indexed on
2010/06/01
12:23 UTC
Read the original article
Hit count: 154
I am trying to create a application with a tab bar and a common WebView.
The different tabs shows/hides different divs in the WebView but maintain the state otherwise, so I need to share the web view between the tabs.
I am trying to use a nib, but I think that might not be the right solution here.
Any pointers for doing this correctly?
© Stack Overflow or respective owner