Xcode 8 and Autolayout

Hi Team,


I downloaded XCode 8 Beta version. I was not using Autolayout in my project. But when I opened the existing project in XCode 8, the UI got misaligned in Storyboard. Is Autolayout a mandate from IOS 10, XCode 8?

Replies

I don't think so. As they explainer in WWDC, they have re introduced the springs and struts, without need for auto layout (even if auto layout runs in background). This allows to express sImple constraints without auto layout.