iOS Auto Layout Fundamentals

Pluralsight
Course Summary
In this course, you will learn the fundamentals for Auto Layout on iOS, which will help you to build responsive interfaces that can adjust to multiple form factors on devices like the iPhone and iPad.
-
+
Course Description
Auto Layout offers an incredible way to build dynamic interfaces for iPhones and iPads. However, there is a lot of mystery surrounding the technology. In this course, iOS Auto Layout: Fundamentals, you will demystify Auto Layout so you can build some truly unique interfaces. First, you will be introduced to the concept of constraints, the various ways you can build constraints, as well as the Interface Builder tools at your disposal for creating and managing constraints. Afterwards, you will learn to build a custom UIView that depends on Auto Layout. By going through this exercise you will learn how Auto Layout works under the hood. This will cover concepts such as the Alignment Rect, Intrinsic Content Size, Content Hugging, and Compression Resistance. Finally, you will be given various tools that will simplify working with constraints such as the UIStackView, NSLayoutAnchor, NSLayoutDimensions, and NSLayoutConstraint Active property. By the end of this course, you will have a firm understanding of working with constraints in Interface Builder and in code. You will understand the lifecycle for constraints giving you the confidence and power to build truly dynamic user interfaces.
-
+
Course Syllabus
Course Overview- 1m 44s
—Course Overview 1m 44sIntroducing Auto Layout- 20m 52s
—Too Many Screens 1m 23s
—Who Is this Course For? 1m 9s
—Course Overview 5m 18s
—Module Overview 0m 40s
—Autoresizing Masks and Frames 2m 58s
—The Benefits of Auto Layout 3m 6s
—What Will You Build? 2m 38s
—Setting up the Project 2m 27s
—Summary 1m 9sUnderstanding Constraints, Relations, and Priorities- 26m 27sDiving into Interface Builder and NSLayoutConstraint- 46m 57sControlling Auto Layout's Rendering Pipeline- 52m 31sCreating Custom Views with Auto Layout- 43m 20sLeveraging Content Hugging and Compression Resistance- 24m 25sSimplicity with UIStackView, Anchors, and Activating Constraints- 42m 23s