What does this mean and why am I getting this error. Any suggestions on how to fix it?
"Using two-stage rotation animati开发者_JAVA百科on. To use the smoother single-stage animation, this application must remove two-stage method implementations."
The depreciated rotation code in the view controller class had a two step rotation. It rotated half-way, paused, then started again. The new methods do it in one smooth motion. See the UIViewController docs.
精彩评论