Questions tagged [uicontextualaction]
37 questions
0
votes
0 answers
Title of UIContextualAction does not show full of text
I create an UIContextualAction in table view cell which shows a long text but it works wrong. The title shows text with: The sample of text...
If I use UITableViewRowAction for swiping action in table view cell. The title shows full in ios 10 and…

Clover
- 21
- 4
0
votes
1 answer
How to change UIContextualAction swipe length and add "release to cancel" feature?
Currently, I have a swipe action in my TableView to perform a custom action on swipe on the corresponding cell. However, I'd like to change how far I have to drag to get the default haptic feedback to indicate completion of swipe. Also, I would like…

Mansur Ahmed
- 79
- 9
0
votes
1 answer
How to display a popover UIAlertController from a UITableViewCell's UIContextualAction?
I'd like to present a UIAlertController over a UIContextualAction 'button' in a UITableViewCell. My question is how to set the sourceRect for the specific selected action? I assume it's possible, the way the iOS Mail app allows you to select more…

se_puede_dev
- 585
- 7
- 16
0
votes
1 answer
Custom Delete Button in UITableViewRow not Working for iOS11
For iOS11 am not able to use custom delete button in table row by using trailingSwipeActionsConfigurationForRowAt delegate method.
i think am missing something but what it is i don't know.Following method was not called on swipe of row.Any help…

Sumit Jangra
- 651
- 5
- 16
-1
votes
1 answer
Not displaying the title in leading swipe actions for UITableView Swift 4
I have added two actions in tableview leading swipe action , but only the background is showing and title is not visible.
func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) ->…

ajith Kumark
- 333
- 1
- 3
- 16
-1
votes
1 answer
Change "Delete Text" on Swipe Eureka
Is there a way to change the text of the ContextualAction so it doesn't say "delete" anymore?

Philip Dz
- 91
- 1
- 11
-1
votes
1 answer
UITableViewCell Content Disappears
I have a uiTableView with 3 cells that have a uiContextualAction implemented through the trailingSwipeActionsConfigurationForRowAt delegate method.
On tap of the uiContextualAction I display an actionSheet with two actions - delete and dismiss.
When…

Chris
- 431
- 8
- 33