What are single-state and two-stage animation for rotating an iPhone window?
This is the \"error\" message I get in the Debugger Console (nothing crashes):
I changed from willAnimateFirstHalfOfRotationToInterfaceOrientation:duration: method to willAnimateRotationToInterfaceOrientation:duration: method and warning gone.
willAnimateFirstHalfOfRotationToInterfaceOrientation:duration:
willAnimateRotationToInterfaceOrientation:duration:
Thanks.