UINavigationController not popping UINavigationBar items
I'm having a problem where my UINavigationBar isn't popping it's items when the UINavigationController pops a view controller. I have had a look at the stacks observed the following: The expected number of navigation controllers allocated (checked in instruments) There are the correct number of controllers on the stack. (debug logging) The navigation items aren't being popped. (debug logging) Here's what I did. I popped some log statements into the viewDidLoad method after calling super. NSLog(@"%@", [self navigationController]); NSLog(@"%@", [[self navigationController] viewControllers]);