Subclass CKRecord possible?

Is there a way of creating a subclass from CKRecord using CloudKit the same way that we can make a subclass of NSManagedObject using Core Data?

Accepted Reply

What do you want to do precisely in this subclass ?


Have a look at this:

https://stackoverflow.com/questions/28142731/how-to-define-a-ckrecord-class

Replies

What do you want to do precisely in this subclass ?


Have a look at this:

https://stackoverflow.com/questions/28142731/how-to-define-a-ckrecord-class

I would like to be able to reference the subclass and access the fields as properties of the subclass.