I have a tab bar app but the first tab is an image with a button on it. Touching the button is supposed to push a web view. The other tabs are plain web views. Those work fine but every time I push to a new view, it's blank (except for the back button at the top.)
Questions:
Do I need an xib for the pushed web view?
Where does the loadRequest code go exactly? (I used awakeFromNib in the tab bar views)
When I hit the back button, is there a hook or some method I can add to to hide the top nav bar?