Maybe apple's bug
Try: 动画方式使用 UITableViewRowAnimationFade
[CATransaction begin];
[self.model.tableView reloadRowAtIndexPath:self.model.indexPath withRowAnimation:UITableViewRowAnimationFade];
[CATransaction commit];
Maybe apple's bug
Try: 动画方式使用 UITableViewRowAnimationFade
[CATransaction begin];
[self.model.tableView reloadRowAtIndexPath:self.model.indexPath withRowAnimation:UITableViewRowAnimationFade];
[CATransaction commit];