Skip to content

Instantly share code, notes, and snippets.

@wendyliga
Created September 24, 2019 09:29
Show Gist options
  • Save wendyliga/66879843546a7a706c52ee2e4f29df0f to your computer and use it in GitHub Desktop.
Save wendyliga/66879843546a7a706c52ee2e4f29df0f to your computer and use it in GitHub Desktop.
Texture ASStackLayoutSpec Simple Example
let mainStack = ASStackLayoutSpec(direction: .horizontal,
spacing: 6.0,
justifyContent: .start,
alignItems: .center,
children: [titleNode, subtitleNode])
return mainStack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment