Hey guys, I am trying to implement a UIViewController hirarchy where the top most UIView Controller implements just a few basic methods the second level view controller a few more methods (depending on which one it is) and the last one on the third level has some more customized methods and also a nib file whereas none of the UIView Controller on level one and two have nibs.
Now I was wondering whether this is a good approach. So far it seems to work just fine.
Cheers, Andy