The following is from Apple’s Technical Q&A:
- All child view controllers in your
UITabBarController
orUINavigationController
do not agree on a common orientation set. - Overriding the
-(id)init:
or-(id)initWithNibName:(NSString *)nibName bundle:(NSBundle *)nibBundle
method without callingsuper
. For the object to be initialized properly, you must call super on anyinit
orinitWithNibName
method 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.