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.
基本上,我已经厌倦了编写NSFetchRequest和有时NSEntityDescription以及所有这些只是为了创建/访问核心数据实体。NSSortDescriptorNSPredicate
NSFetchRequest
NSEntityDescription
NSSortDescriptor
NSPredicate
我在想我会在实体上创建一个类别(因为它可以在任何地方使用),但我想和大家核实一下。
你如何优雅而干燥地完成这一切?
在找到 Magical Record 之前,我遇到了同样的问题。获取实体非常棒,但也消除了设置 CoreData 的麻烦。
你可以在这里找到它:https ://github.com/magicalpanda/MagicalRecord