Que20 / UIDrawer

A drawer that mimics the bottom sheet from the Maps app.
MIT License
85 stars 16 forks source link

Conflicts with UITableView Swipe action #2

Open kkbran opened 4 years ago

kkbran commented 4 years ago

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 ?

Parag2385 commented 3 years ago

Hey, @kkbran I want to implement the same functionality. did you find a solution to this?