Questions tagged [uiswipeactionsconfiguration]
33 questions
0
votes
1 answer
UiSwipeActionsConfiguration - Cell reloads itself on first start
The Cell reloads its actions on first start, but trailingSwipeActionsConfigurationForRowAtIndexPath is only called once, any ideas?
The code:
- (UISwipeActionsConfiguration *)tableView:(UITableView *)tableView…

StefanLdhl
- 796
- 7
- 11
0
votes
1 answer
Add strikethrough to tableview row with a swipe
I've got a problem to strikethrough over the row text while swiping (E.G. left).
I'm using the tableview method leadingSwipeActionsConfigurationForRowAt, but I can't find the solution to strikethrough text while swiping.
As of now, the "swiped" row…

Over
- 3
- 5
-1
votes
2 answers
I want to add image and text side by side in a trailingSwipeActionsConfigurationForRowAt and leading swipe action when swipe in a tableview swift
I know when we set the height of cell to 91 it shows both image and text vertically but I want horizontally side by side without setting height.

Siva Kumar Aketi
- 9
- 6