iOS 取消reloadSections刷新动画

[UIView performWithoutAnimation:^{
        [self.tableView reloadSections:[NSIndexSet indexSetWithIndex:1] withRowAnimation:UITableViewRowAnimationNone];
     }];

你可能感兴趣的:(iOS 取消reloadSections刷新动画)