怎么实现cell 删除 ios_百度知道
实现Cell的滑动删除, 需要实现UITableView的代理UITableViewDelegate中如下方法: //先要设Cell可编辑- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:...
UITableView 实现Cell删除操作
7 //点击删除按钮后, 会触发如下事件. 在该事件中做响应动作就可以了 8 - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditing...