On 15 Aug 2014, at 04:55, Graham Cox <[email protected]> wrote:
> I ask because I'm having trouble getting part of my interface working with > autolayout, though other parts work fine. Since the part that doesn't work > works just fine with struts-and-springs, and has done for a long time, I'm > wondering if I can use a mix of autolayout and the 'old way' in a single > window, specifically, in two different panes of a split view. You should be okay. The layout system will convert autoresizing masks into constraints for any views that don’t support Auto Layout. https://developer.apple.com/library/mac/releasenotes/UserExperience/RNAutomaticLayout/#//apple_ref/doc/uid/TP40010631-CH1-SW22 Jonathan _______________________________________________ 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]
