Skip to content

Instantly share code, notes, and snippets.

@GeekTree0101
Created May 1, 2018 15:40
Show Gist options
  • Save GeekTree0101/a2545fde0e4d00c6b4a29150ff4241d2 to your computer and use it in GitHub Desktop.
Save GeekTree0101/a2545fde0e4d00c6b4a29150ff4241d2 to your computer and use it in GitHub Desktop.
Message Balloon Node Engage Example
func engageNodeLayoutSpec() -> ASLayoutSpec {
return ASRelativeLayoutSpec(horizontalPosition: .start,
verticalPosition: .end,
sizingOption: [],
child: engageNode)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment