What does this mean and why am I getting this error. Any suggestions on how to fix it?
“Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations.”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.