标签: ios objective-c core-data nsdictionary nsmanagedobject
如何在使用NSManagedObjects时在setPropertiesToFetch中保存数据。我正在使用setPropertiesToFetch,但保存的数据是字典格式。我想要NSManagedObject中的数据。
NSManagedObjects
setPropertiesToFetch
NSManagedObject
答案 0 :(得分:0)
NSManagedObject支持键值编码,因此您可以使用setValue:forKey:方法。
setValue:forKey: