init(scope:operationGroup:)
Creates a new set of fetch changes options.
Declaration
init(scope: CKSyncEngine.FetchChangesOptions.Scope = .all, operationGroup: CKOperationGroup? = nil)Parameters
- scope:
The scope in which to fetch changes. Defaults to All.
- operationGroup:
The operation group to use for the underlying CloudKit operations. If
nil, a default operation group will be created.