Skip to content

Instantly share code, notes, and snippets.

@GeekTree0101
Created May 1, 2018 15:40
Show Gist options
  • Save GeekTree0101/3b2f0996ce58760f69772aefe770161e to your computer and use it in GitHub Desktop.
Save GeekTree0101/3b2f0996ce58760f69772aefe770161e 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