For some odd reason I cannot hide the back button from the navigation bar.
I've tried everything below, but nothing works.
Any other suggestions?
**The "Back" button appears, but nothing happens when pressed.
self.navigationItem.leftBarButtonItem=nil;
self.navigationItem.backBarButtonItem=nil;
self.navigationItem.hidesBackButton=YES;
self.navigationController.navigationItem.backBarButtonItem=nil;
self.navigationController.navigationItem.leftBarButtonItem=nil;
self.navigationController.navigationItem.hidesBackButton=YES;