Skip to content

Instantly share code, notes, and snippets.

@cjnevin
Created October 23, 2022 01:11
Show Gist options
  • Save cjnevin/c0d5731bb4a59fcbf58e478b6ebff998 to your computer and use it in GitHub Desktop.
Save cjnevin/c0d5731bb4a59fcbf58e478b6ebff998 to your computer and use it in GitHub Desktop.
addSubview(redView) {
$0.edges(20).equalToSuperview()
$0.addSubview(greenView) {
$0.edges(30).equalToSuperview()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment