Skip to content

Instantly share code, notes, and snippets.

@yuhao-git-star
Last active April 29, 2017 13:28
Show Gist options
  • Save yuhao-git-star/37982998f7d681837adbc73998bf02f7 to your computer and use it in GitHub Desktop.
Save yuhao-git-star/37982998f7d681837adbc73998bf02f7 to your computer and use it in GitHub Desktop.
Swift
let timeLabel : UILabel = {
let label = UIlabel()
label.text = "hi"
return label
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment