Responsive Layout in Xcode 8

I am developing an application using Xcode 8 (beta 1). Unfortunately, I can not find the option "Class size".

Xcode 7 introduced the option "Use Size Classes".

enter image description here

But in Xcode 8 there is no such option. Is there any help using class classes or similar in Xcode 8?

+10
ios xcode ios10 xcode8 adaptive-layout
Jul 28 '16 at 8:45
source share
2 answers

You now have "Use Trait Variations", which is an improved version of class classes

enter image description here


Now you can choose a view based on devices and oriented orientations, such as size classes (iPad Pro, iPad, iPhone 6Splus, iPhone 6s, iPhone SE and iPhone 4s).

enter image description here

+10
Jul 28 '16 at 8:53
source share

Apple will introduce a new feature called trend variations.

Character change

So now you can just create how it looks on a real device.

enter image description here

You can simply switch devices by simply clicking, and also change the orientation of your view.

+6
Jul 28 '16 at 8:57
source share



All Articles