tags:

views:

10

answers:

0

I'm using a UITableView inside a UIPopoverController that is populated by a NSFetchedResultsController from a Core Data SQL database. The data gets correctly populated inside the table view when it is shown, but if I click on the "Edit" button and delete a row from the table it does not actually remove the row until you reopen the UIPopoverController. I am calling 'reloadData' inside 'commitEditingStyle' so I do not think that is the root issue. Any suggestions?

Thanks!

Nate S.