I am working on a view based app in iphone, i want to show the Navigation bar when it is loaded, i am using [self.navigationController setNavigationBarHidden:NO animated:YES]; in viewdidload function, but it is still showing the same simple view without the navigation bar at the top, what’s the problem
I am working on a view based app in iphone, i want to show
Share
if you are using Xcode4 then do this in app delegate.