我需要爲一個實體獲取條目,並按照如何對tableView進行分類來對它們進行排序。不過,我只是爲了計算每個部分的出現次數,我並不需要與每個條目相關的實際數據。我的最終目標是有格式的詞典:NSFetchedResultsController用於分區讀取?
[String : Int] // Key: Section identifier, Value: occurrences for that section
是使用NSFetchedResultsController
矯枉過正這樣一個任務或者我應該做一個正常的NSFetchRequest
和部分關閉它取出後的數據?
有什麼想法?
[NSFetchedResultsController:sort descriptors and sections]的可能重複(http://stackoverflow.com/questions/21280452/nsfetchedresultscontroller-sort-descriptors-and-sections) – 2017-04-16 09:05:49