NSIndexPath *index=[NSIndexPath indexPathForRow:1 inSection:2];//刷新2区1行
[_tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:index,nil] withRowAnimation:UITableViewRowAnimationNone];
NSIndexPath *index=[NSIndexPath indexPathForRow:1 inSection:2];//刷新2区1行
[_tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:index,nil] withRowAnimation:UITableViewRowAnimationNone];
本文标题:刷新特定的section特定row-iOS
本文链接:https://www.haomeiwen.com/subject/cnfbgttx.html
网友评论