Contents

recordZoneWithIDWasDeletedBlock

The closure to execute when a record zone no longer exists.

Declaration

var recordZoneWithIDWasDeletedBlock: ((CKRecordZone.ID) -> Void)? { get set }

Discussion

The closure returns no value and takes the following parameter:

zoneID

The deleted record zone’s ID.

See Also

Processing the Operation’s Results