I have a UINavigationController with a UITabBarController nested within it. I'm trying to hide the back button in the navigation bar so that I could replace it with a custom button. But I can't seem to do this once one of the tabs is the active view.
I've tried
[self.navigationItem setHidesBackButton:YES animated:NO];
but to no avail.
Any help would be much appreciated.
Thanks!