Tableview RefreashControl 下拉之后马上返回

Tableview RefreashControl 下拉之后马上返回

原因很简单: 我把  [self.tableView setContentInset:UIEdgeInsetsMake(0, 0, 0, 0)]; 错误的写在了

- (UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 方法里里面,导致照这个问题,找了一个多小时的时间!!

原文地址:https://www.cnblogs.com/cubeTC/p/4707449.html