Skip to content

Instantly share code, notes, and snippets.

@joaofranca
Created July 22, 2012 13:04
Show Gist options
  • Save joaofranca/3159590 to your computer and use it in GitHub Desktop.
Save joaofranca/3159590 to your computer and use it in GitHub Desktop.
gist 6: iOS - Customize UITableViewCell delete/move overlay views while editing
- (void)viewDidLoad{
[super viewDidLoad];
...
[table setDelegate:self];
[table setDataSource:self];
// enable editing mode
[table setEditing:YES animated:NO];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment