I'm trying to implement a AQGridView that uses a fetched results controller as its datasource.
I'm not particular sure how to handle the NSFetchedResultsController delegate methods using the grid view; namely the content changing ones. I understand how to use the FRC for the other grid view datasource delegates.
Could somebody point me in the right direction?