From the course: iOS Development: Auto Layout Programmatically

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - iOS Tutorial

From the course: iOS Development: Auto Layout Programmatically

Start my 1-month free trial

Next steps

- [Instructor] I've covered enough for you to get started in Auto Layout. There's a lot more to learn. Some places I suggest is of course the documentation. One problem with it is, there's a lot more on the storyboard than programmatic Auto Layout. There's a few WWC videos about Auto Layout. I've found that most of them are more confusing than their written cousins so I tend to avoid them. Here's a few places to look in Apple's documentation. The Auto Layout Guide is one place to find a lot of good stuff. Check out the Advanced section for more on Programmatic Constraints. You'll find there more on the structure of a constraint, coded constraints, and the visual format language. You'll also find more on the one kind of constraint I didn't discuss, Layout Anchors. In the Appendix is a great summary of the visual format language including graphic examples. UIKit also has some material on Auto Layout and the safe area. I'd also look more into the documentation for the NSLayoutConstraint…

Contents