joomcode / BottomSheet

Bottom Sheet for iOS
https://medium.com/joomtech/bottom-sheet-shall-we-drop-the-formalities-400515255829
MIT License
309 stars 47 forks source link

Can we disable Background screen actions? #19

Closed KrupaDetroja closed 10 months ago

mikhailmaslo commented 1 year ago

Please elaborate on what you want to achieve

Do you want to disable bottom sheet dismissal when you tap on the shadow part?

KrupaDetroja commented 1 year ago

No.. I want to disable action of main controller on which we present this bottomsheet.

mikhailmaslo commented 1 year ago

Can you make a demo demonstrating the problem? Or just send a code demonstrating the problem

Both BottomSheet view and shadow behind should intercept all interactions. So it's strange that you can interact with views behind

mikhailmaslo commented 10 months ago

Closing the issue due to inactivity