danielsaidi / BottomSheet

BottomSheet lets you add custom bottom sheets to your SwiftUI apps.
MIT License
189 stars 12 forks source link

Shadow #5

Closed BagmetDenis closed 2 years ago

BagmetDenis commented 3 years ago

Hi, how to remove shadow when BottomSheet is hidden?

danielsaidi commented 3 years ago

Hi! You should be able to listen to the binding, and adjust the configuration thereafter, but I'm unsure about how this would exactly look.

I can send a code sample when I have less things hanging over me :)

danielsaidi commented 2 years ago

@BagmetDenis I am looking at the project now. What do you mean with "hidden"?