timothyarmes / TAFetchedResultsController

A version of NSFetchedResultsController that provides for having empty sections
MIT License
43 stars 7 forks source link

Indexes are nice; propertyNameForSectionGrouping is important bugfix #4

Closed hughescr closed 11 years ago

hughescr commented 11 years ago

Mainly pull for 5b63e4a which fixes a bug I was having where section 0's "objects" list included section 1's rows during calls to -(UIView)tableView:(UITableView)tableView viewForHeaderInSection:(NSInteger)section . Might as well pick up the index implementation from appunite/TAFetchedResultsController at the same time :)

hughescr commented 11 years ago

Ooops, closing because there's a warning in there. I've fixed the warning and will open a new pull request including that fix.