When Voice over set to ON, i've implemented UIAccessibilityCustomAction for UITableViewCell SwipeActions. In normal state it works fine. But when Voice over is ON then it crash, because unable to find index of the table view cell.
My requirement is to get the index of swipe cell.