Contents

CKRecordValue

The protocol that provides strong type-checking for objects that the CloudKit framework stores on the server.

Declaration

@protocol CKRecordValue <NSObject>

Overview

CloudKit supports the following classes that adopt this protocol:

Don’t adopt this protocol in your custom classes. CloudKit doesn’t support writing custom data types to the server. Attempting to do so results in an error.

See Also

Core objects