Skip to content

Instantly share code, notes, and snippets.

@DonMag
Created September 22, 2016 18:23
Show Gist options
  • Select an option

  • Save DonMag/e95fa1f8fee2ac758d1008ece5b2664c to your computer and use it in GitHub Desktop.

Select an option

Save DonMag/e95fa1f8fee2ac758d1008ece5b2664c to your computer and use it in GitHub Desktop.
// change
var bVal: String = ""
// to
var bVal: String? = nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment