Enable AutoLayout for old source code in Xcode 11

615 views Asked by At

The project was written long ago, using "autoresizingmask", "Top and Bottom layout guides".

Now I wish to update to auto layout. I couldn't find the option "Use AutoLayout in Interface Builder."

enter image description here

Any help?

1

There are 1 answers

0
Ratnesh Jain On

Unfortunately Use Auto Layout option is no longer visible to Xcode 11. But you can open the same project in Xcode 10 and there you can enable this.

enter image description here

My Xcode version is 10.2.1.

enter image description here

You can download older versions from here in case you don't have one.: Xcode 10.2.1

Just sign in with your Apple-id and start downloading.

I hope this may help you.