Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个核心数据模型。我有一个类型的参数
CFUUIDRef
我将如何在 coredata 模型中表示这个对象?我只能在 cdatamodeling 屏幕中看到基本类型。
如何使用 coredata 做到这一点?
您必须在模型和NSManagedObject子类中使用字符串或二进制数据类型。然后使用 CFUUID 方法CFUUIDGetUUIDBytes并CFUUIDCreateFromUUIDBytes在需要设置/检索值时使用。
NSManagedObject
CFUUIDGetUUIDBytes
CFUUIDCreateFromUUIDBytes