Multiple View application and Navigation Bar

Posted by byronh on Stack Overflow See other posts from Stack Overflow or by byronh
Published on 2010-05-02T02:43:05Z Indexed on 2010/05/02 2:47 UTC
Read the original article Hit count: 205

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objective-c