Skip to content

Instantly share code, notes, and snippets.

@owenzhao
Created September 4, 2016 22:06
Show Gist options
  • Save owenzhao/66acacded7108c6abb5a7faef49063a7 to your computer and use it in GitHub Desktop.
Save owenzhao/66acacded7108c6abb5a7faef49063a7 to your computer and use it in GitHub Desktop.
Realm的坑(二)
let anotherBar = Foo()
anotherBar.name = bar.name
try! realm.write {
realm.add(anotherBar)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment