NestedCloudKitCodable
NestedCloudKitCodable copied to clipboard
Customize CKRecord.ReferenceAction
Fix #9, added a new function called
func cloudKitReferenceActions() -> [String: CKRecord.ReferenceAction]
which allow user to customize CKRecord.ReferenceAction for any CKRecord.Reference property. It's default to .deleteSelf if the property doesn't specify one in the dictionary.