Multiple View application and Navigation Bar
- by byronh
Hi.
I'm working in a iphone view-based application.
The application works this way:
First view is a welcome view with buttons for load other views.
Second view is a map that shows the location using gps.
Third view is a search engine that loads some information to show on the map and on a list (This has two button to load map or table).
Fourth view is a table view that shows the results and then loads the detail on another view and load a web site on another view.
My problem is with this view, because i don't know how can implement a navigation bar in this view that loads the detail and the web view.
Thanks for your help.
Byron H.