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.
可能であれば、NSSetからエンティティを作成された順序で並べ替える方法を考えています。
特定の属性で並べ替えることはできますが、作成順序で並べ替える方法がわかりません。
ありがとう
Core Data でこれを行う唯一の方法は、 にcreationDateフィールドを用意してこれに入力することEntityです。-willSaveたとえば、モデルを処理するコントローラーがそれをいじる必要がないように、エンティティ自体にこれを入力できます。
creationDate
Entity
-willSave