Skip to content

[self.tableview setEditing:YES] didn't work #30

Description

@geekishmai

when I try to use setEditing in this HVtableview, every cell can't move or change any more.

- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath
{
    return UITableViewCellEditingStyleDelete;
}

- (IBAction)clickEditTable:(id)sender {
    [self.tableview setEditing:YES];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions