Created
May 1, 2018 15:40
-
-
Save GeekTree0101/a2545fde0e4d00c6b4a29150ff4241d2 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