You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are example Xcode projects that are to help demonstrate how autolayout works in iOS 6. Each project allows you to adjust settings and see how they affect the layout.
[See the accompanying blog posts](http://iosdevelopment.com/blog/categories/auto-layout)
## AutoLayoutAlignment
Helps you learn how the various alignment settings in `constraintsWithVisualFormat:options:metrics:views` affect the way the layout engine handles display. It also allows you see how these options do not affect the superview, and that you need more than the example constraints to be un-ambiguous.