tableView单独刷新某一行的时候崩溃
2019-03-08 本文已影响0人
_哈哈哈哈哈哈
[tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];
这种单独刷新某一行/sectioncell的做法只适用于section cell.number不变的情况下 可以在某个方法里家这个代码 否则就会崩溃
解决方法: [tableViewreloadData];