Two-Stage Rotation Warnings
- by Kevin Sylvestre
I have an application that presents a modal UITabBarController. Each UIViewController contained in the UITabBarController implements should autorotate interface orientation. However, when I present the modal UITabBarController the following warnings appear in the console:
Using two-stage rotation animation. To
use the smoother single-stage
animation, this application must
remove two-stage method
implementations.
Using two-stage rotation animation is
not supported when rotating more than
one view controller or view
controllers not the window delegate.
Any ideas how to remove the warnings? Thanks.