Skip to content

Instantly share code, notes, and snippets.

@kmkrn
Created December 31, 2017 13:51
Show Gist options
  • Save kmkrn/75de51b0b750dfa820270f2d4aee9163 to your computer and use it in GitHub Desktop.
Save kmkrn/75de51b0b750dfa820270f2d4aee9163 to your computer and use it in GitHub Desktop.
Realm transaction
realm.beginWrite()
cat.name = "Matilda"
try! realm.commitWrite()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment