Re: Best way to handle iOS device rotation
Re: Best way to handle iOS device rotation
- Subject: Re: Best way to handle iOS device rotation
- From: David Duncan <email@hidden>
- Date: Thu, 26 May 2011 11:28:42 -0700
On May 26, 2011, at 11:24 AM, koko wrote:
> Should I make two views Portrait and Landscape to handle iOS device rotation or should struts and springs take care of that for me?
Springs & Struts can do a lot, but if you need some custom layout you can do it during the UIViewController orientation callbacks (see the documentation for details) or by implementing -layoutSubviews on relevant views in your view hierarchy.
--
David Duncan
_______________________________________________
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