The following is from Apple’s Technical Q&A:
- All child view controllers in your
UITabBarControllerorUINavigationControllerdo not agree on a common orientation set. - Overriding the
-(id)init:or-(id)initWithNibName:(NSString *)nibName bundle:(NSBundle *)nibBundlemethod without callingsuper. For the object to be initialized properly, you must call super on anyinitorinitWithNibNamemethod you are overriding for your view controllers.
For more detail please see:
Superb article, I am viewing back persistently to find updates.
Nice site! Thank you for maintaining it. Keep going that way.