首页 > 代码库 > UITableView 多选

UITableView 多选

-(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{

        returnUITableViewCellEditingStyleDelete | UITableViewCellEditingStyleInsert;

}