8
UIStackView

UIStackView

  • Upload
    dasdom

  • View
    618

  • Download
    0

Embed Size (px)

Citation preview

Page 1: UIStackView

UIStackView

Page 2: UIStackView

Slack: cocoaheadsde.thelittlebakery.org

Page 3: UIStackView

UIStackViews are AWESOME!

Page 4: UIStackView

All you need to rememberenum UIStackViewDistribution : Int { case Fill case FillEqually case FillProportionally case EqualSpacing case EqualCentering}

enum UIStackViewAlignment : Int { case Fill case Leading static var Top: UIStackViewAlignment { get } case FirstBaseline case Center case Trailing static var Bottom: UIStackViewAlignment { get } case LastBaseline}

Page 5: UIStackView

So simple. So powerful.Trick: Stack StackViews

Page 6: UIStackView
Page 7: UIStackView

Demo

Page 8: UIStackView

New In iOS 9

Search APIs, CloudKit, 3D Touch, ATS, Multitasking, UIKit Dynamics, GamePlayKit,

Content Blocker, SFSafariViewController, Contacts Framework

(Storyboard References, UI Testing, Code Coverage?)