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];
本文标题:UITableView reload 闪烁
本文链接:https://www.haomeiwen.com/subject/omdczrtx.html
网友评论