UITableView reloadData not working when put it in Editing Did End IBAction, btter know why
问题 I put a textfield in every cell of the table. And after editing the textfield, an EditingDidEnd Event will trigger. In the method of hanlding this event I try to use [XXXUITableViewController.tableView reloadData]; but it doesn't work(the delegate method is not called). If I try to reloadData in someway like hanlding Tapgesture, it works just fine. I can use anthoer way to make my app work, but it's better to know why is reloadData not working. Any ideas, thanks a lot. - (UITableViewCell *