美文网首页
tableView刷新单行数据

tableView刷新单行数据

作者: LGirl | 来源:发表于2016-07-17 17:05 被阅读36次
NSIndexPath *indexPath_1=[NSIndexPath indexPathForRow:1 inSection:0];
NSArray *indexArray=[NSArray arrayWithObject:indexPath_1];
[regTableView reloadRowsAtIndexPaths:indexArray withRowAnimation:UITableViewRowAnimationAutomatic];

相关文章

网友评论

      本文标题:tableView刷新单行数据

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