I have a UIViewController subclass and a xib file who's owner is set to the former. Now I need to subclass the first UIViewController subclass to add some specific behavior. However when I try to push an instance of the UIViewControllers subclass-subclass on the UINavigationController my program stops.
Any ideea on what I could be doing wrong? Do I need different xib's for the two classes?
Thanks
Any ideea on what I could be doing wrong? Do I need different xib's for the two classes?
Thanks