Contents

moreComing

A Boolean value that indicates whether more results are available.

Declaration

var moreComing: Bool { get }

Discussion

If the server is unable to deliver all of the changed results with this operation object, it sets this property to true before executing the block in the fetchRecordChangesCompletionBlock property. To fetch the remaining changes, create a new CKFetchRecordChangesOperation object using the change token that the server returns.

See Also

Configuring the Fetch Record Changes Operation