iOS AdaptiveDesign Initial Commit
Tuts+ Tutorial: Introduction to Adaptive Design
Instructor: Jordan Morgan
For some time, Apple has been encouraging developers to create universal iOS applications. In WWDC 12, Auto Layout was introduced for iOS, and further improvements were made in iOS 7. Now, in iOS 8, adaptive design has been introduced, featuring new APIs and Interface Builder improvements that help developers build universal binaries.
In this tutorial, we will explore the exact meaning of adaptive design and how to apply some of its concepts. By the end of this guide, you will be able to use adaptive design to create universal applications through an intuitive workflow.
We will be creating a fictional app for a computer store using the new Size Classes to support all devices.
Tuts+ Tutorial Source Files: Read the tutorial here.