Re: split views, best practices for 10.8?
Re: split views, best practices for 10.8?
- Subject: Re: split views, best practices for 10.8?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 11 Dec 2012 12:22:00 -0800
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 (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