I am writing an Xcode Application that has the following structure:
UINavigationController UITableView Option 1 Something else Option 2 Something else Option 3 UIWebView
Within my web view I have an internal web page with a drill down structure:
UIWebView Option 1 Option a Detail from a Option b Detail from b Option c Option d Option 2 Option 3
etc.
The navigation up to the UIWeb view is handled by iOS; the navigation once I get the UIWeb view is handled by the web page.
The problem is that I am showing the navigation bar from iOS in the first UIWebView Web page, which want to do, but not in subsequent pages.
How can I handle the handoff of navigation?