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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
