>>> Hi:
>>> I am getting this message.
>>> Using two-stage rotation animation. To use the smoother single-
>>> stage animation, this application must remove two-stage method
>>> implementations.
>>
I'm getting this message on a brand-new (created with 3.2 SDK) Tab
project-
there are *NO* two stage methods anywhere in the project, and in the 3
UIViewControllers subclasses I had only
shouldAutorotateToInterfaceOrientation:, and it did the console spew..
I then added willAnimateRotationToInterfaceOrientation:duration: and
it still did it-
so..
iPhone Tab template project no two-stage rotation console spew
iPhone Tab template project +
shouldAutorotateToInterfaceOrientation: two-stage rotation console spew
iPhone Tab template project +
shouldAutorotateToInterfaceOrientation: + two-stage rotation console
spew
willAnimateRotationToInterfaceOrientation:duration:
something *else* is going on