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/999e4f1bc1237c1166b416319391418a to your computer and use it in GitHub Desktop.
Save wendyliga/999e4f1bc1237c1166b416319391418a to your computer and use it in GitHub Desktop.
Texture ASRatioLayoutSpec Simple Example
let subnode = ASDisplayNodeWithBackgroundColor(UIColor.green, CGSize(width: 100, height: 100.0))
let ratioSpec = ASRatioLayoutSpec(ratio: 0.5, child: subnode)
return ratioSpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment