Is there a way to incrementally adopt auto layout with storyboards? I have a storyboard with a large number of scenes. If I turn on "Use Auto Layout" for the storyboard then all scenes are using auto layout (which makes sense). Is there a way to not use auto layout for some of the scenes? For example, can I place the following line somewhere in my view controller? [self.view setTranslatesAutoresizingMaskIntoConstraints:YES]; I suspect the answer is no. Also, the moment the storyboard has "Use Auto Layout" turned on, then any modification of springs and struts has to be done programmatically.
The Adopting Auto Layout section in the Auto Layout Guide explains how to adopt auto layout for individual views, but that doesn't appear to help my situation. https://developer.apple.com/library/ios/documentation/UserExperience/Concep tual/AutolayoutPG/AdoptingAutoLayout/AdoptingAutoLayout.html It would be great if the Adopting Auto Layout section could be updated to include converting storyboards to use auto layout. On a related topic, we've discovered that merging changes in a storyboard is very problematic or even impossible. Our solution is to allow only one user to modify a storyboard at a time. _______________________________________________ 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