摘要: 1、UITableView的增删改 //设置编辑模式 [self.tableView setEditing:YES animated:YES]; //可以不写 - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIn 阅读全文