views:

471

answers:

1

i have a view in which i have table view and when user taps these cells in tabel view it gets loaded another view .. like this i have view hierarchy and i need a navigation bar at bottom of my view whatever is the view currently visible in this heirarchy and i need to place 3 buttons on it ... home,about,visit...

if any suggestions appreciated ....

A: 

You might wanna go through some of the guides at apple.com. You'll find your specific question answered in the viewController-guide:

http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html

HTH

Marcus

mtoepper