Skip to content

Instantly share code, notes, and snippets.

@xmhafiz
Created April 4, 2021 06:26
Show Gist options
  • Select an option

  • Save xmhafiz/a62841e481063c6cf8d8913243b9b863 to your computer and use it in GitHub Desktop.

Select an option

Save xmhafiz/a62841e481063c6cf8d8913243b9b863 to your computer and use it in GitHub Desktop.
if let savedName = CustomUserDefaults.shared.get(key: .name) as? String {
print(savedName) // result: john@example.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment