Last active
December 31, 2017 00:22
-
-
Save kmkrn/32f2164fd8a3ddf0749c9c2f63e33712 to your computer and use it in GitHub Desktop.
Foreign keys in Realm
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
@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