我的应用程序因出现在该线程标题中的消息而崩溃。UITableView.m 中的断言失败。此外,在 Xcode 的调试窗口中还有以下消息。
由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因:“尝试插入第 2 节,但更新后只有 2 个节”
这很奇怪,因为更新前后的节数好像是3。我这里控制节数:
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
if (editMode)
{
if ( [device typeA]) {
if ( [device typeB])
return 1;
else
return 2;
}
提示:我想“隐藏”最后一部分