API Differences in CloudKit in iOS 17.2

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CloudKit in the iOS 17.2 SDK.

Table of Contents

Properties & Constants

CKSyncEngine.FetchChangesContext
public var description: Swift.String
DidFetchChanges
public let context: CloudKit.CKSyncEngine.FetchChangesContext
WillFetchChanges
public let context: CloudKit.CKSyncEngine.FetchChangesContext
CKSyncEngineWillFetchChangesEvent
@property(nonatomic, strong, readonly) CKSyncEngineFetchChangesContext * _Nonnull context;
CKSyncEngineDidFetchChangesEvent
@property(nonatomic, strong, readonly) CKSyncEngineFetchChangesContext * _Nonnull context;

Conformances

CKSyncEngine.FetchChangesContext
Swift.CustomStringConvertible

Functions & Methods

CKSyncEngineFetchChangesScope
- (BOOL)containsZoneID:(nonnull CKRecordZoneID *)zoneID;