NSFetchedResultsController with section names
问题 Scenario: I have an expense tracking iOS Application and I am storing expenses from a expense detail view controller into a table view (with fetched results controller) that shows the list of expenses along with the category and amount and date. I do have a date attribute in my entity "Money" which is a parent entity for either an expense or an income. My Question: What I want is to basically categorize my expenses/incomes for a given week, a month, or year and display it as the section