DrawerView icon indicating copy to clipboard operation
DrawerView copied to clipboard

A drop-in view, to be used as a drawer anywhere in your app

Results 14 DrawerView issues
Sort by recently updated
recently updated
newest added

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...

I use the `DrawerView`to host my SwiftUI views like so: ``` VStack{ ScrollView(.vertical){ ScrollView(.horizontal){ AnyView() } } } ``` Trouble is, unless I scroll perfectly horizontally, the drawer view tries...

Hey! Thanks for great lib which we use in our [Sajda app](https://apps.apple.com/kz/app/sajda-prayer-times-quran/id517254891) for a long time. > Sajda - is a super app for Muslims with more than 3 million...

If the above steps are executed drawer overlay remains hanging and app is in unusable state. Can You please update the function @objc private func onTapOverlay(_ sender: UITapGestureRecognizer) in DrawerView...