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.
私は次のモデルを持っています
Categoryを使用してエンティティを並べ替えることができますNSDescriptorが、children属性 (NSSet) は並べ替えられません。どうすればchildrensソートできますか?
Category
NSDescriptor
children
childrens
フェッチされたカテゴリごとに、子を自分で並べ替える必要があります。
NSArray *sortedChildren = [category.children sortedArrayUsingDescriptors: [NSArray arrayWithObject: [NSSortDescriptor sortDescriptorWithKey:@"name" ascending:YES]]];
ところで:「子供」の複数形は「子供」です。