Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.01 KB

Auto-Layout-Demo

A demo project for my Nashville CocoaHeads talk entitled "Auto Layout in Practice: Making Life Easier" given on 3/30/16.

Examples in Project

  • Visual demonstration of content compression resistance and content hugging priorities.
  • Using intrinsic content size for a dynamically sizing UITextView.
  • Using self-sizing UITableViewCells (iOS 8.0+)
  • Using layout margins and the preserve super margins property. (iOS 8.0+)
  • Using layout guides and layout anchors. (iOS 9.0+)
  • Using Auto Layout and layouts with UIScrollViews.
  • Creating a keyboard responsive UIViewController with Auto Layout
  • Using size classes and constraints

Talk Video

The video for this talk can be viewed on the Nashville CocoaHeads YouTube channel here: https://www.youtube.com/watch?v=6AX1qdu8YPM

Need Help?

If you have any questions or would like to see another example added to this project of an Auto Layout concept feel free to make an issue or contact me directly.

Author

Bryn Bodayle, bryn.bodayle@gmail.com