A size class is a new technology in iOS8 to allow you to customize your app
for a given device class, based on its orientation and screen size. Before
iOS8, the developer had to use multiple Storyboards and orientation checks
in code to use different UI layout per device/orientation. In this tutorial
we will take a look at adapting Size Classes in Xcode 6.