In an iOS app, your user interface can take on one of a few different general shapes and sizes. These are defined using size classes, which are available through a view or view controller's trait collection.
Apple defines two size classes: regular and compact. Each of these size classes are availab...