Re: Resizing UIView
Re: Resizing UIView
- Subject: Re: Resizing UIView
- From: Graham Cox <email@hidden>
- Date: Thu, 24 Sep 2009 12:42:53 +1000
On 24/09/2009, at 12:34 PM, DKJ wrote:
I need to learn more about how these resizing properties are
supposed to work.
True.
The autoresizing mask is not for the purpose you suppose it is. It's
there to tell a view how to resize when its *superview* resizes, which
in turn depends on the window. It has nothing to do with the view's
content. You have to deal with that yourself (since you are providing
the content, that's logical, no?).
--Graham
_______________________________________________
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