I have a UIViewController, with a navigationController, and I hide the back button. This viewController push a other UIViewController, and in the viewDidLoad of this new viewController, I do:
self.navigationItem.hidesBackButton = FALSE;
But the backbutton doesn't happear. Why? And this don't work when I pass to the new Xcode version for iOS 4.2, because in the latest version, it all works well.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…