且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在deleteRowsAtIndexPaths上崩溃

更新时间:2023-01-24 21:57:45

我之前见过这个,肯定是你忘了更新填表的数据来源。但是缺少那部分代码。
造成这种情况的方法是

I've seen this before and it is definitely that you have forgotten to update source of data which fill up table. But that part of code is missing. The method which caused this is



- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
    return ;
}