美文网首页
刷新特定的section特定row-iOS

刷新特定的section特定row-iOS

作者: HAKA | 来源:发表于2017-03-08 10:07 被阅读48次
     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