Crashing when pushing a XIB based view controller onto navigation controller stack
- by Michael
I was attempting to clean up the implementation for a sub-panel on a navigation controller stack, so that the navigation bar could be customized in the XIB instead of doing it manually in the viewDidLoad method.
The original (working) setup had the XIB set up with the "File's Owner" class set to the view controller class, and then the view at the…