Skip to content

Instantly share code, notes, and snippets.

@wendyliga
Created September 24, 2019 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wendyliga/319fdd1ff902fd22c4846bb5c90e9f47 to your computer and use it in GitHub Desktop.
Save wendyliga/319fdd1ff902fd22c4846bb5c90e9f47 to your computer and use it in GitHub Desktop.
Texture ASCenterLayoutSpec Simple Example
let center = ASCenterLayoutSpec(centeringOptions: .XY,
sizingOptions: .minimumXY,
child: mainStack)
return center
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment