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?