草庐IT

UploadTimeLabel

全部标签

ios - 在 iOS 中滚动时如何禁用重新加载 tableview

我想在滚动时禁用重新加载TableView。现在,当用户滚动uitableview时,我的应用程序cellForRowAtIndexPath已被调用。srcolling时如何禁用它?请给我一些建议。提前致谢。-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{NSString*CellIdentifier=[NSStringstringWithFormat:@"%d,%d",indexPath.section,indexPath.row];UI