mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
374 stars 57 forks source link

Swipe to delete in UITableView #11

Closed andrealufino closed 3 years ago

andrealufino commented 5 years ago

Hello! Congratulations for the very cool and useful library!

I'm facing an issue, related to the swipe to delete. I have a UITableView into the drawer and the user should be able to delete cells swiping. This is not working good as the drawer is easily draggable. Is there a way to adjust the sensibility of the scroll? Or is there another way?

mkko commented 5 years ago

Hi and thank you very much!

This wasn't supposed to be the case, but in my case it also happens with side scrolling views. I'll look into this and get back to you.

mkko commented 4 years ago

@andrealufino, could you clarify your problem a bit more? I added swipe to delete into the example and tried to reproduce this issue. The swipe to delete wasn't optimal, as sometimes after releasing the drawer shifted down, but it didn't prevent the swipe in the first place. This is definitely an issue, but did you experience something more severe?

andrealufino commented 4 years ago

Here I am! Not that severe, the problem is that with the normal use it would be hard to easily use the Swipe to Delete. I didn't check the example yet.

mkko commented 4 years ago

@andrealufino Do you think we can close this or do you still have issues with swipe to delete?

mkko commented 3 years ago

Please, let me know if this issue is still valid. I'm closing this for now.