I have a crash on [self.navigationController setToolbarHidden:NO animated:YES] located in my viewWillAppear when I come back to the UIViewController using that toolbar. With this Error *** -[CALayer retain]: Message sent to deallocated instace 0x5d0e0a0 I am not expressly releasing the toolbar but the class where I am setting it is autoreleased.
Also am I incorrect in assuming that the toolbar is on the navigationController?
There was a cheap and easy way to get this to work.