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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com