Skip to content

Instantly share code, notes, and snippets.

@hartlco
Last active August 29, 2015 14:14
Show Gist options
  • Save hartlco/2439bb2255b556a02718 to your computer and use it in GitHub Desktop.
Save hartlco/2439bb2255b556a02718 to your computer and use it in GitHub Desktop.
var textLabel: UILabel?
// later...
if let textLabel = textLabel {
// do something with textLabel, which is now unwrapped
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment