gpt4 book ai didi

ios - xcode - 从 TableView 中删除一行

转载 作者:行者123 更新时间:2023-11-28 19:48:44 25 4
gpt4 key购买 nike

我想删除表格 View 单元格中的一行。目前,代码将如下所示:

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath{

// Remove the row from data model
[listOfAllOpenChats removeObjectAtIndex:indexPath.row];

[tableView reloadData];
}

问题:我会变成错误:

No visible @infterface "NSArray" declares the selector "removeObjectAtIndex:"

最佳答案

NSMutableArray 替换你的 NSArray listOfAllOpenChats,你不能从 NSArray 远程对象

关于ios - xcode - 从 TableView 中删除一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30434221/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com