Created
May 1, 2018 15:37
-
-
Save GeekTree0101/bcdecd07a272aaab7125b699684203e5 to your computer and use it in GitHub Desktop.
Message BalloonNode Profile Area
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 profileAreaLayoutSpec() -> ASLayoutSpec { | |
let profileRelativeLayout = ASRelativeLayoutSpec(horizontalPosition: .start, | |
verticalPosition: .start, | |
sizingOption: [], | |
child: profileNode) | |
return profileRelativeLayout | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment