recordZoneWithIDChangedBlock
The closure to execute with a single record zone change.
Declaration
var recordZoneWithIDChangedBlock: ((CKRecordZone.ID) -> Void)? { get set }Discussion
The closure returns no value and takes the following parameter:
zoneIDThe ID of the record zone that contains changes.