jjzjj

editingIndexPath

全部标签

ios - 尝试将第 3 行插入第 0 节,但更新后第 0 节中只有 3 行

maytableView有一些奇怪的事情我有在我的代表中我有vareditingIndexPath:IndexPath?functableView(_tableView:UITableView,numberOfRowsInSectionsection:Int)->Int{ifleteditingIndexPath=editingIndexPath{returndatasource.count+1}else{returndatasource.count}}在我的didSelect中有functableView(_tableView:UITableView,didSelectRowAtin