> Autolayout does not work with NSSplitView on 10.7.
Auto layout does not work well with NSSplitView on 10.7. You can still have an 
NSSplitView in your UI and it will function, with the caveat that the min/max 
split positions will ignore what the constraints determine. So if you have a 
subview that says it must be >= 100, you can still drag the splitter right on 
down past 100. This has been fixed with 10.8.

Kevin

On 19 Feb 2013, at 15:38 , Kyle Sluder <[email protected]> wrote:

> On Tue, Feb 19, 2013, at 03:31 PM, Chuck Soper wrote:
>> Autolayout works well with NSSplitView. There may be differences between
>> 10.7 or 10.8 but I can't remember. Does your app require Mac OS X 10.8 or
>> 10.7?
> 
> Autolayout does not work with NSSplitView on 10.7.
> 
> --Kyle Sluder
> _______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> 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/cathey%40apple.com
> 
> This email sent to [email protected]


_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to