Skip to content

Instantly share code, notes, and snippets.

@jstart
Created August 4, 2015 23:18
Show Gist options
  • Save jstart/5927ecc229e0c6ec385f to your computer and use it in GitHub Desktop.
Save jstart/5927ecc229e0c6ec385f to your computer and use it in GitHub Desktop.
UIStackViewDistribution
enum UIStackViewDistribution : Int {
case Fill
case FillEqually
case FillProportionally
case EqualSpacing
case EqualCentering
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment