Re: How to change to the smoother single-stage animation
Re: How to change to the smoother single-stage animation
- Subject: Re: How to change to the smoother single-stage animation
- From: "Hank Heijink (Mailinglists)" <email@hidden>
- Date: Sat, 8 Aug 2009 22:17:39 -0400
I have removed both function but now my device doesn't know if it is
in horizontal or vertical position. I need that information to
arrange some controls according to its Orientation.
The first parameter of the
willAnimateRotationToInterfaceOrientation:duration: method should tell
you that. I would think you would have caught that, so maybe I'm
misunderstanding your question... let me know.
Hank
The default implementation of this method does nothing. If you
override this method (or
thewillAnimateSecondHalfOfRotationFromInterfaceOrientation:duration
: method), the view controller always performs rotation animations
in two steps. To configure animations using the one-step technique,
override thewillAnimateRotationToInterfaceOrientation:duration:
method instead.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden