Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 710 Bytes

Choosing_the_right_cocoa_container_view.md

File metadata and controls

24 lines (19 loc) · 710 Bytes

WWDC 2017

Table of Contents

Choosing the Right Cocoa Container View - Wednesday

Session video and resources: https://developer.apple.com/videos/play/wwdc2017/218/

NSStackView

  • Flows views in a single column or row
  • Less hassle with the autolayout
  • No need to worry about updating the layout constraints
  • Configurable insets
  • Configurable alignment
  • Configurable spacing
  • Can automatically drop low-priority views
  • Gravity areas
    • RTL - LTR support
  • Composable (nested stack views)

To be continued...