mkko / DrawerView

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

DrawerView sometimes disappears in collapsed position #56

Open andrejicmilos opened 7 months ago

andrejicmilos commented 7 months ago

I'm having trouble with disappearing DrawerView. I have a scrollable UITableView as DrawerView's subview and it generally works fine, but sometimes when its collapsed it just disappears when I drag it down...its there but becomes invisible(not changing alpha or hiding it anywhere)..

In order for it to show I have to drag it up from collapsed position(even though I don't see it) and it will appear again. It's been bugging me for a while and I don't know how to solve it.

Any ideas if I could be doing something wrong with setting up the DrawerView?

In any case, great job creating the DrawerView and thank you.

mkko commented 5 months ago

Hey, thanks for the feedback. Unfortunately I haven't noticed this issue before. Any chance you could provide some example where this occurs and I could try to check this?