mkko / DrawerView

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

Setting 'top margin' before 'overlayVisibilityBehavior' will create an overlay even I have disabled #37

Closed wongzigii closed 5 months ago

wongzigii commented 3 years ago

image

For a workaround, I have to move 'drawerView.topMargin = 354' behind 'drawerView.overlayVisibilityBehavior = .disabled'