UITableView unexpectedly bounces with beginUpdates()/endUpdates()/performBatchUpdates()
I have a pretty straight forward UITableViewController / NSFetchedResultsController case here. It's from Xcode Master-Detail App sample code, So easy to reproduce. I have a CoreData Model with 1 Entity with 1 String Attribute. It's displayed in a UITableViewController . I use .subtitle system cell type. By selecting a row, I simply update the String Attribute. So my problem is, when I add just enough rows for the tableview to scroll (10-11 rows on a iPhone 5s with navbar), and I scroll down, and select any row, the tableview bounces up and down. If there is less rows (less than 10 rows), or