NestedCloudKitCodable icon indicating copy to clipboard operation
NestedCloudKitCodable copied to clipboard

Customize CKRecord.ReferenceAction

Open josephktcheung opened this issue 4 years ago • 0 comments

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.

josephktcheung avatar Jul 15 '21 07:07 josephktcheung