UINavigationController subclass won't load its nib.

2013-10-11 Thread Half Activist
Hi, To put it shortly, my UINavigationController doesn't load its assigned NIB at all. I've got an UINavigationController subclass that contains the code for an object inspector in an app i'm writing. It's declared as the file's owner of a nib of the same name, this nib

Re: UINavigationController subclass won't load its nib.

2013-10-11 Thread David Duncan
I think your approach is wrong. It doesn’t sound like you have a specialized navigation controller, but rather a navigation controller that has a specialized UI. The way to approach that problem is to load a UIViewController subclass with that logic in it, and create a UINavigationController