trailingSwipeActionsConfigurationForRowAtIndexPath never called
colinrblake opened this issue · 0 comments
colinrblake commented
I've implemented - (UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(nonnull NSIndexPath *)indexPath
and swipe as much as I can but it's never called. I've tried with and without XLFormSectionOptionCanDelete on the XLFormSectionDescriptor and it makes no difference. Does XLForm do something to preclude swipe actions?
UPDATE: If i use XLFormSectionOptionCanDelete, then when I click on the delete icon on the left side of the cell, my swipe action method IS called. But I still can't use a swipe gesture to make the swipe options appear.