Skip to content

Instantly share code, notes, and snippets.

@ConorBrady
Last active April 26, 2017 13:49
Show Gist options
  • Save ConorBrady/c487268a0c6802af16c38b5e3ec93c01 to your computer and use it in GitHub Desktop.
Save ConorBrady/c487268a0c6802af16c38b5e3ec93c01 to your computer and use it in GitHub Desktop.
let firstName = UILabel() <== {
$0.font = UIFont(name: "AvenirNext-Regular", size: 12)!
$0.color = .white
}
let lastName = UILabel() <== {
$0.font = UIFont(name: "AvenirNext-Regular", size: 12)!
$0.color = .white
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment