Skip to content

Instantly share code, notes, and snippets.

@GeekTree0101
Created May 1, 2018 15:37
Show Gist options
  • Save GeekTree0101/bcdecd07a272aaab7125b699684203e5 to your computer and use it in GitHub Desktop.
Save GeekTree0101/bcdecd07a272aaab7125b699684203e5 to your computer and use it in GitHub Desktop.
Message BalloonNode Profile Area
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