Created
September 24, 2019 09:29
-
-
Save wendyliga/66879843546a7a706c52ee2e4f29df0f to your computer and use it in GitHub Desktop.
Texture ASStackLayoutSpec Simple Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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