Skip to content

Instantly share code, notes, and snippets.

@kmkrn
Last active December 31, 2017 00:22
Show Gist options
  • Save kmkrn/32f2164fd8a3ddf0749c9c2f63e33712 to your computer and use it in GitHub Desktop.
Save kmkrn/32f2164fd8a3ddf0749c9c2f63e33712 to your computer and use it in GitHub Desktop.
Foreign keys in Realm
@objc dynamic var owner: CatPerson? = nil
let person = LinkingObjects(fromType: CatPerson.self, property: "cats")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment