Size classes and UIViewController
Size classes were introduced in iOS 8. This enables developers to abstract actual device models into an arbitrary representation by a combination of a vertical size class and a horizontal size class. This in turn enables a device to have specific layouts and behaviours that are orientation specific. The size classes for each dimension, both horizontal […]