prioritizedZoneIDs
A list of zones that should be prioritized over others while fetching changes.
Declaration
var prioritizedZoneIDs: [CKRecordZone.ID]Discussion
CKSyncEngine will fetch changes for the zones in this list first before any other zones. You might use this to prioritize a specific set of zones for initial sync. You could also prioritize the object currently showing in the UI by putting it first in this list.
Any zones not included in this list will be prioritized in a default manner. If a zone in this list has no changes to fetch, then that zone will be ignored.