Skip to content

Instantly share code, notes, and snippets.

@thexande
Last active December 16, 2018 06:16
Show Gist options
  • Save thexande/a6d227f19e3d27556e2ec857f9313b61 to your computer and use it in GitHub Desktop.
Save thexande/a6d227f19e3d27556e2ec857f9313b61 to your computer and use it in GitHub Desktop.
let optionalString: String? = "https://www.google.com/"
let url: URL? = URL(string: optionalString ?? "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment