Skip to content

Instantly share code, notes, and snippets.

@ConorBrady
Created April 26, 2017 13:41
Show Gist options
  • Save ConorBrady/2509caf31d64ebc03fff354bea0326b4 to your computer and use it in GitHub Desktop.
Save ConorBrady/2509caf31d64ebc03fff354bea0326b4 to your computer and use it in GitHub Desktop.
let firstName = UILabel() <== {
$0.font = .regular(size: 12)
$0.color = .white
}
let lastName = UILabel() <== {
$0.font = .regular(size: 12)
$0.color = .white
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment