I am attaching a UISwipeGestureRecognizer to a UITableViewCell in the cellForRowAtIndexPath: method like so:
UISwipeGestureRecognizer
UITableViewCell
cellForRowAtIndexPath:
- (UITabl
It will work with app delegate
- (void)tableView:(UITableView*)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath { // code }