├── .github └── FUNDING.yml ├── LiCENCE ├── README.md ├── UIStackView.playground ├── Pages │ ├── App Store.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ └── IconFojusi.png │ │ └── timeline.xctimeline │ ├── Apple iOS Calculator.xcplaygroundpage │ │ ├── Contents.swift │ │ └── timeline.xctimeline │ ├── Calculator.xcplaygroundpage │ │ └── Contents.swift │ ├── Mail Inbox.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ ├── disclosureIndicator.png │ │ │ ├── disclosureIndicator@2x.png │ │ │ └── disclosureIndicator@3x.png │ │ └── timeline.xctimeline │ ├── Profile.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ ├── DSC_1165.jpg │ │ │ └── IMG_0345.jpg │ │ └── timeline.xctimeline │ ├── Size Classes.xcplaygroundpage │ │ ├── Contents.swift │ │ └── timeline.xctimeline │ ├── Springboard.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ ├── calendar.png │ │ │ ├── health.png │ │ │ ├── maps.png │ │ │ ├── notes.png │ │ │ ├── photos.png │ │ │ ├── safari.png │ │ │ └── settings.png │ │ └── timeline.xctimeline │ ├── Story View.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ └── header.jpg │ │ └── timeline.xctimeline │ ├── Timeline with Quotes.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ └── avatar.jpg │ │ └── timeline.xctimeline │ ├── Timeline.xcplaygroundpage │ │ ├── Contents.swift │ │ ├── Resources │ │ │ └── IMG_0345.jpg │ │ └── timeline.xctimeline │ ├── Twiiter Profile.xcplaygroundpage │ │ ├── Contents.swift │ │ └── Resources │ │ │ ├── avatar.jpg │ │ │ └── header.jpg │ └── Untitled Page.xcplaygroundpage │ │ └── Contents.swift ├── contents.xcplayground └── playground.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ ├── IDEWorkspaceChecks.plist │ └── UIStackView.xccheckout │ └── xcuserdata │ └── dom.xcuserdatad │ └── UserInterfaceState.xcuserstate └── screenShots ├── Screen Shot 2015-06-26 at 11.15.55.png ├── Screen Shot 2015-06-26 at 11.16.32.png ├── Screen Shot 2015-06-26 at 11.34.54.png ├── Screen Shot 2015-06-26 at 16.36.17.png ├── Screen Shot 2015-06-27 at 17.58.13.png ├── Screen Shot 2015-10-02 at 13.23.07.png ├── Screen Shot 2015-10-21 at 22.08.42.png └── Timeline with Quotes.xcplaygroundpage 2015-10-17 19-24-35.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LiCENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/LiCENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/README.md -------------------------------------------------------------------------------- /UIStackView.playground/Pages/App Store.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/App Store.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/App Store.xcplaygroundpage/Resources/IconFojusi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/App Store.xcplaygroundpage/Resources/IconFojusi.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/App Store.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/App Store.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Apple iOS Calculator.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Apple iOS Calculator.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Apple iOS Calculator.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Apple iOS Calculator.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Calculator.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Calculator.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator@2x.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/Resources/disclosureIndicator@3x.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Mail Inbox.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Profile.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Profile.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Profile.xcplaygroundpage/Resources/DSC_1165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Profile.xcplaygroundpage/Resources/DSC_1165.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Profile.xcplaygroundpage/Resources/IMG_0345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Profile.xcplaygroundpage/Resources/IMG_0345.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Profile.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Profile.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Size Classes.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Size Classes.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Size Classes.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Size Classes.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/calendar.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/health.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/maps.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/notes.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/photos.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/safari.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/Resources/settings.png -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Springboard.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Springboard.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Story View.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Story View.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Story View.xcplaygroundpage/Resources/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Story View.xcplaygroundpage/Resources/header.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Story View.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Story View.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/Resources/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/Resources/avatar.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline with Quotes.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline.xcplaygroundpage/Resources/IMG_0345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline.xcplaygroundpage/Resources/IMG_0345.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Timeline.xcplaygroundpage/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Timeline.xcplaygroundpage/timeline.xctimeline -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Resources/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Resources/avatar.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Resources/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Twiiter Profile.xcplaygroundpage/Resources/header.jpg -------------------------------------------------------------------------------- /UIStackView.playground/Pages/Untitled Page.xcplaygroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/Pages/Untitled Page.xcplaygroundpage/Contents.swift -------------------------------------------------------------------------------- /UIStackView.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/contents.xcplayground -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/playground.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/xcshareddata/UIStackView.xccheckout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/playground.xcworkspace/xcshareddata/UIStackView.xccheckout -------------------------------------------------------------------------------- /UIStackView.playground/playground.xcworkspace/xcuserdata/dom.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/UIStackView.playground/playground.xcworkspace/xcuserdata/dom.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-06-26 at 11.15.55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-06-26 at 11.15.55.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-06-26 at 11.16.32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-06-26 at 11.16.32.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-06-26 at 11.34.54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-06-26 at 11.34.54.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-06-26 at 16.36.17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-06-26 at 16.36.17.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-06-27 at 17.58.13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-06-27 at 17.58.13.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-10-02 at 13.23.07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-10-02 at 13.23.07.png -------------------------------------------------------------------------------- /screenShots/Screen Shot 2015-10-21 at 22.08.42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Screen Shot 2015-10-21 at 22.08.42.png -------------------------------------------------------------------------------- /screenShots/Timeline with Quotes.xcplaygroundpage 2015-10-17 19-24-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dasdom/UIStackViewPlayground/HEAD/screenShots/Timeline with Quotes.xcplaygroundpage 2015-10-17 19-24-35.png --------------------------------------------------------------------------------