On Tue, Dec 11, 2012, at 11:08 AM, Peter Ammon wrote: > By the way, if you're interested in what the constraints are, you can > just log them out: NSLog(@"%@", [splitView constraints]). Though of > course these constraints are considered internal implementation details, > so you should not depend on their existence, order, etc.
I've come to the conclusion that this approach is unsuitable when working with constraints. Because the constraints for an entire window are solved at once, and a conflict can occur between any two constraints in a window, it is incumbent on the framework author to publicly document the constraints they install. --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