Skip to content

Instantly share code, notes, and snippets.

@abavisg
Last active September 1, 2017 11:17
Show Gist options
  • Select an option

  • Save abavisg/4ca7a9b9352fc4c1be7be76c037abd80 to your computer and use it in GitHub Desktop.

Select an option

Save abavisg/4ca7a9b9352fc4c1be7be76c037abd80 to your computer and use it in GitHub Desktop.
print UserDefaults
for (key, value) in UserDefaults.standard.dictionaryRepresentation() {
print("\(key) = \(value)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment