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

RootView access #30

Open ydeveloperios opened 1 year ago

ydeveloperios commented 1 year ago

Is it possible to make root view controller available when bottom sheet is opened. Like in the Apple Maps app? The sheet is open but you can scroll the map behind it.

mikhailmaslo commented 1 year ago

It's surely a good addition to the BottomSheet, unfortunately currently it's not supported

I'll try to take a look at it, not sure when though

BiXtico commented 1 month ago

I've been working on customizing the bottom sheet implementation of this feature and wanted to know if you had any ideas or pointers to how this would work ?

currently, in the BottomSheetPresentationController I modified the containerView size, but it breaks the presentationView

Could you provide any guidance on how to modify the container to achieve this?

Thank you!