mkko / DrawerView

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

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

Closed wongzigii closed 9 months ago

wongzigii commented 4 years ago

image

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