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.
是否可以为 CoreData 实体子类化配置超类?我想将 NSManagedObject 更改为我的 NSManagedObject 子类。
谢谢
您可以子类NSManagedObject化并将其设置为类,例如MyManagedObject下图中的类,但您仍然必须为datamodel. 没有办法设置自己的托管对象类,默认情况下它只能是 NSManagedObject。
NSManagedObject
MyManagedObject
datamodel