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 fun
I have a fetch
let aFetchedResultsController = NSFetchedResultsController(fetchRequest:
fetchRequest, managedObjectContext: getManagedObjectContext(),
sectionNameKeyPath:"product.sectionKey", cacheName:nil)
In the following function:
func tableView(tableView: UITableView, titleForHeaderInS