Re: Why do things wind up under the nav bar after rotation?
Re: Why do things wind up under the nav bar after rotation?
- Subject: Re: Why do things wind up under the nav bar after rotation?
- From: G S <email@hidden>
- Date: Thu, 26 May 2011 12:00:03 -0700
Resolved. Turns out that doing this after rotation will re-align everything:
[self.navigationController.view layoutSubviews];
Kinda seems like the framework would call that, but I guess not.
_______________________________________________
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