material-components-ios
material-components-ios copied to clipboard
[BottomSheet] how to use it as standard bottom sheet?
Is there a way to setup bottom sheet to act as an standard bottom sheet?, like: https://material.io/design/components/sheets-bottom.html#standard-bottom-sheet (without overlay allowing interaction with both regions) thanks!
Internal data
- Associated internal bug: b/118148281
There is no standard bottom sheet implementation on iOS. This is because the iOS bottom sheet implementation makes use of custom view controller transitions, which do not allow interaction with the presenting view controller, even when the presented view controller does not take up the whole screen. As far as I know, this is not something we're prioritizing implementing at the moment.