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.
我正在为学校项目开发单位转换器,并希望使用核心数据。对于所有不同类型的转换(单位、长度、温度、压力、时间等),我有很多转换因子。添加转换因子的最佳方法是什么?我知道如何一次添加一个对象:
[NSEntityDescription insertNewObjectForEntityName:entity inManagedObjectContext:context];
但是有没有更简单的方法可以让我不必输入 4 行代码来输入一个对象?
谢谢