标签: ios objective-c nsfetchedresultscontroller nssortdescriptor
我正在创建一个NSFetchedresultController,我想根据类对结果进行排序。
NSFetchedresultController
假设我有一个父类Car,其中包含子类Sedan和Coup。
Car
Sedan
Coup
我可以根据子类对它们进行排序吗?