Ordered List With Core Data

后端 未结 1 1693
情话喂你
情话喂你 2021-01-17 05:53

I am working with a class which is both NSManagedObject and Codable. It\'s a Feed and it has multiple Albums. I want the

相关标签:
1条回答
  • 2021-01-17 06:22

    I want the ordered list of Albums

    It is your job to give the Album entity an attribute to sort by. Then, when you fetch, you can pass a sort descriptor to receive the Albums sorted on that attribute.

    0 讨论(0)
提交回复
热议问题