Last active
April 26, 2017 13:49
-
-
Save ConorBrady/c487268a0c6802af16c38b5e3ec93c01 to your computer and use it in GitHub Desktop.
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
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