Re: NSTableCellView Constraints?
Re: NSTableCellView Constraints?
- Subject: Re: NSTableCellView Constraints?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 27 Jan 2015 18:35:55 -0600
On Tue, Jan 27, 2015, at 05:34 PM, Roland King wrote:
> No I don’t think so. I can’t think of a case IB adds constraints to
> anything automatically at this point.
If you do not specify any constraints on a view, at compile time Xcode 6
will install leading, top, width, and height constraints to mimic the
behavior you get with auto layout disabled. This makes it possible to
compile, debug, and test your app before you've set up all your
constraints. Without this feature, all your underspecified views get
resized to (0,0,0,0).
--Kyle Sluder
_______________________________________________
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