Questions tagged [swtableviewcell]
2 questions
7
votes
3 answers
UITableView swipe gesture conflicts with UITableViewCell swipe
Following is the code I have written to put 2 finger swipe on UITableView :
UISwipeGestureRecognizer *leftSwipe = [UISwipeGestureRecognizer new];
[leftSwipe addTarget:self action:@selector(nextDay)];
leftSwipe.numberOfTouchesRequired =…

Nitish
- 13,845
- 28
- 135
- 263
1
vote
1 answer
SWTableView swipe cell issue
I'm using SWTableView for swipe left to give to the user more options, i added 4 elements and when i close the cell back , not all the cell return back to the place.
Please help]1

Yakir Sayada
- 171
- 1
- 11