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?

Answered by Claude31 in 400495022

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

Accepted Answer

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.

Subclass CKRecord possible?
 
 
Q