Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Auto Layout

Auto Layout

This is a fast auto layout crash course that I did at Hop.In, just to get them up to speed.

Note: This presentation was meant to be presented on Startech Conf 2013 in Chile, but I was out of the country so it never saw the light of day.

Nicolas Goles

July 19, 2013
Tweet

More Decks by Nicolas Goles

Other Decks in Programming

Transcript

  1. GREAT STUFF CONSTRAINTS button1.center.y = superview. button1 is at a

    fixed distance of my button2 button.center.y = superview.center.y button1.bottom = button2.top - distance
  2. GREAT STUFF INTERFACE BUILDER can handle about 90% of what

    you can do with auto layout. overhauled in Xcode 5, less intrusive, more control.