Skip to content

Instantly share code, notes, and snippets.

@joaofranca
Created July 22, 2012 12:58
gist 1: iOS - Customize UITableViewCell delete/move overlay views while editing
// editing style
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{
return UITableViewCellEditingStyleNone;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment