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.
我正在利用核心数据实体将数据加载到表格视图中。
我需要将一些信息(不是从 NSManagedObject 子类化但从 NSObject 子类化的自定义类的实例)添加到实体中,以便在运行时逻辑绑定它们。我不需要离线缓存数据。
我不会对数据模型进行任何更改。
这是正确的做法吗?