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

Hello, i can't horizontal scroll in collectionView - drawerView starts to change position, when i try scroll collectionView. I need to scroll the collectionView in any position

![image](https://user-images.githubusercontent.com/15683503/125153278-2bff8c80-e185-11eb-9482-fc02618c3d65.png)

![image](https://user-images.githubusercontent.com/7384288/91982048-45ad9780-ed5c-11ea-965d-db1463a79b74.png) For a workaround, I have to move 'drawerView.topMargin = 354' behind 'drawerView.overlayVisibilityBehavior = .disabled'

I have a DrawerView with a descendent UITableView inside a containerView. That tableview extends under a sibling header view so that the header can be collapsed to reveal more of...

Hello @mkko! I have a question. Is it possible to insert drawer below specific view? I have UITabBarController with some items inside it. I want to present drawer below UITabBar...

When the view is presented for the first time and it has a cornerRadius, it animates it as if it is shaving off the corners.

This hasn't produced a crash for me, but I thought you'd like to know anyway in case someone else does run into a related bug. I found this while profiling...

The Overlay wasn't working when accessibility voice over enabled. As per the native methods the Overlay enable the accessibility in order to work as normal when voice over enabled. Please...

Had a use case where I needed a `collapsed` case, a `partiallyOpen` case, and then a `pushedUp` case that was basically a partially open state that opens a little more...