Created
May 1, 2018 15:40
-
-
Save GeekTree0101/3b2f0996ce58760f69772aefe770161e to your computer and use it in GitHub Desktop.
Message Balloon Node Engage 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
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