Two-Stage Rotation Warnings

Posted by Kevin Sylvestre on Stack Overflow See other posts from Stack Overflow or by Kevin Sylvestre
Published on 2010-03-21T19:05:59Z Indexed on 2010/03/21 19:11 UTC
Read the original article Hit count: 2800

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about iphone