mkko / DrawerView

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

VisualEffectView should be opt out not opt in #43

Closed wongzigii closed 3 years ago

wongzigii commented 3 years ago

Thanks for your great work!, I think visual effect should be disabled by default unless we turn on it. In my drawer view, i need to make the background color to be clear, and the visual effect is messing up even I set backgroundEffect to nil

mkko commented 3 years ago

Hi @wongzigii and thank you for the feedback! I see you closed the issue, did you get your problem solved?