Re: Custom layout and constraints
Re: Custom layout and constraints
- Subject: Re: Custom layout and constraints
- From: Allan Odgaard <email@hidden>
- Date: Wed, 24 Sep 2014 20:39:30 +0200
On 21 Sep 2014, at 18:18, Ken Thomases wrote:
On Sep 21, 2014, at 9:10 AM, Allan Odgaard
<email@hidden> wrote:
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?
I didn’t check the exact behavior, but it doesn’t fix it. It appears
that one must have the translatesAutoresizingMaskIntoConstraints
property set to YES for views that are going to be manually placed (as
Kyle replied).
_______________________________________________
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