Auto layout does not work in Xcode 7

0

I opened my project that was in Xcode 6 in Xcode 7 and the auto layout (for different devices) is not working on the simulator. Below I put an image of the simulator in iphone 4s and another one in iphone 6. Does anyone know how to solve?

Thank you.

    
asked by anonymous 06.10.2015 / 02:07

1 answer

0

By default in XCode 7, you use constraints, which forces the compiler to create a "screen size" for each resolution of iPhone devices.

    
07.10.2015 / 22:06