Describe the bug
Gesture recognizer conflicts with UITableViewCell gesture recognizers for cell actions
Expected behavior
I should reliably be able to swipe on a cell when it is placed in the overlaycontainer.
I pan gesture property is private so I don't have access to require it to fail to the cell swipe gestures.
How do I get swipeable tableviewcells to work using OverlayContainer?