美文网首页
tableView单独刷新某一行的时候崩溃

tableView单独刷新某一行的时候崩溃

作者: _哈哈哈哈哈哈 | 来源:发表于2019-03-08 08:54 被阅读0次

     [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,nil] withRowAnimation:UITableViewRowAnimationNone];

    这种单独刷新某一行/sectioncell的做法只适用于section cell.number不变的情况下 可以在某个方法里家这个代码 否则就会崩溃  

    解决方法: [tableViewreloadData];

    相关文章

      网友评论

          本文标题:tableView单独刷新某一行的时候崩溃

          本文链接:https://www.haomeiwen.com/subject/herhpqtx.html