tableview局部刷新

今天項目遇到一個tb局部刷新的功能,之前沒用過這個,記錄下來供學習。學習

NSIndexPath *path = [NSIndexPath indexPathForRow:0 inSection:0];
    [_tableView reloadRowsAtIndexPaths:[NSArray arrayWithObject:path] withRowAnimation:UITableViewRowAnimationBottom];                  //對tableview局部進行刷新
相關文章
相關標籤/搜索