Expanding rows in UITableView with NSFetchedResultsController

I’d like to write expanding rows in UITableView, which display content from NSFetchedResultsController. It’s struct of object: • Object • array of sub-objects I can’t insert new rows with expanded sub-objects. Please help.

Expanding rows in UITableView with NSFetchedResultsController
 
 
Q