Re: Custom layout and constraints
Re: Custom layout and constraints
- Subject: Re: Custom layout and constraints
- From: Ken Thomases <email@hidden>
- Date: Sun, 21 Sep 2014 11:18:21 -0500
On Sep 21, 2014, at 9:10 AM, Allan Odgaard <email@hidden> wrote:
> I am overriding `NSView`’s `layout` method to manually place one of my subviews.
> The problem seems to be that `layoutSubtreeIfNeeded` calls `resizeWithOldSuperviewSize:` (using the containing view’s size), but regardless of what’s passed to the view, it’ll set the entire frame and using values from its constraints (falling back to zero if there isn’t any).
Does it still do that if the superview has autoresizesSubviews set to NO?
Regards,
Ken
_______________________________________________
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