Since starting to compile my app with iOS 6 (and since also iOS 7) I\'ve started seeing this message. I know that the way that UITableViews go about managing cells is diffe
Doing my endupdates after resignfirstresponder solved my problem (Have a UITextFIeld in my custom cell)
-(void)textfieldEditDone { .... [textField resignFirstResponder]; [self.tableView endUpdates];