├── README.md ├── Screenshots ├── nested.png ├── nib.png └── playground.gif └── UIStackView.playground ├── Pages ├── Alignment & Distribution.xcplaygroundpage │ ├── Contents.swift │ └── timeline.xctimeline ├── Nested Stacks.xcplaygroundpage │ ├── Contents.swift │ └── timeline.xctimeline ├── Practical Stacks.xcplaygroundpage │ ├── Contents.swift │ └── timeline.xctimeline └── Stack Axis Animation.xcplaygroundpage │ ├── Contents.swift │ └── timeline.xctimeline ├── Resources ├── View.nib ├── View.xib ├── headshot.png └── uistack_hero_2x.png ├── Sources ├── Shared.swift └── UIStackView.h ├── contents.xcplayground └── playground.xcworkspace ├── contents.xcworkspacedata └── xcuserdata └── ctruman.xcuserdatad └── UserInterfaceState.xcuserstate /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/Screenshots/nested.png -------------------------------------------------------------------------------- /Screenshots/nib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/Screenshots/nib.png -------------------------------------------------------------------------------- /Screenshots/playground.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/Screenshots/playground.gif -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Alignment & Distribution.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Alignment & Distribution.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Alignment & Distribution.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Alignment & Distribution.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Nested Stacks.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Nested Stacks.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Nested Stacks.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Nested Stacks.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Practical Stacks.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Practical Stacks.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Practical Stacks.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Practical Stacks.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Stack Axis Animation.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Stack Axis Animation.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Stack Axis Animation.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Pages/Stack Axis Animation.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Resources/View.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Resources/View.nib -------------------------------------------------------------------------------- /UIStackView.playground/Resources/View.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Resources/View.xib -------------------------------------------------------------------------------- /UIStackView.playground/Resources/headshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Resources/headshot.png -------------------------------------------------------------------------------- /UIStackView.playground/Resources/uistack_hero_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Resources/uistack_hero_2x.png -------------------------------------------------------------------------------- /UIStackView.playground/Sources/Shared.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Sources/Shared.swift -------------------------------------------------------------------------------- /UIStackView.playground/Sources/UIStackView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/Sources/UIStackView.h -------------------------------------------------------------------------------- /UIStackView.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/contents.xcplayground -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/xcuserdata/ctruman.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jstart/UIStackView-Playground/HEAD/UIStackView.playground/playground.xcworkspace/xcuserdata/ctruman.xcuserdatad/UserInterfaceState.xcuserstate --------------------------------------------------------------------------------