Re: Quickie about constraints
Re: Quickie about constraints
- Subject: Re: Quickie about constraints
- From: Ben Kennedy <email@hidden>
- Date: Fri, 15 Aug 2014 20:44:39 -0700
On 15 Aug 2014, at 8:17 pm, Graham Cox <email@hidden> wrote:
> What I really want is that part of my view hierarchy to be free to use -setFrame:, but other parts use the autolayout constraints normally.
Can't you simply set translatesAutoresizingMaskIntoConstraints = NO on the views in question? Then you should be free to manipulate such views' frames at will without interfering in any related constraints.
b
_______________________________________________
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