views:

61

answers:

2

I am using navigation controller in my project and when I navigate from my table view which is there in root view and if I want to come back to home screen it must show back button by default but it does not show me. Where is my mistake, is it related IB?

Thanks in advance for any suggestions.

A: 

You have to add the back button in the root view controller for whatever nav view you push onto the stack. You do this with code, not in interface builder

iWasRobbed
but navigation controller will provide that by default i think...
lak in iphone
A: 

i have not given back button title in IB

lak in iphone