Re: titleForHeaderInSection wrong section count.

2015-10-19 Thread Kyle Sluder
On Mon, Oct 19, 2015, at 01:26 PM, James Cicenia wrote: > I have a fetch > > let aFetchedResultsController = NSFetchedResultsController(fetchRequest: > fetchRequest, managedObjectContext: getManagedObjectContext(), > sectionNameKeyPath:"product.sectionKey", cacheName:nil) > > In the following

titleForHeaderInSection wrong section count.

2015-10-19 Thread James Cicenia
I have a fetch let aFetchedResultsController = NSFetchedResultsController(fetchRequest: fetchRequest, managedObjectContext: getManagedObjectContext(), sectionNameKeyPath:"product.sectionKey", cacheName:nil) In the following function: func tableView(tableView: UITableView,