I have trailing swipe actions configured in my UITableView. The actions work correctly, but when an action removes the cell from the table, the swipe actions remain over the row that replaces the removed row. So it looks like the new current row is swiped.
And I think the swipe actions may actually transfer their attachment to that new row, I can't tell.
Is there some dismiss function I don't realize I need to call?