UIDrawer
UIDrawer copied to clipboard
Conflicts with UITableView Swipe action
Hi, I am presenting a tableview in Drawer. I tried to implement Swipe option in tableview cell using "trailingSwipeActionsConfigurationForRowAt". I found that TableView's swipe gesture has conflict with panGesture in Drawer. Any idea, how to fix this ?
Hey, @kkbran I want to implement the same functionality. did you find a solution to this?