Created
December 31, 2017 13:51
-
-
Save kmkrn/75de51b0b750dfa820270f2d4aee9163 to your computer and use it in GitHub Desktop.
Realm transaction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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