bottom-sheet icon indicating copy to clipboard operation
bottom-sheet copied to clipboard

⬆️ A SwiftUI view component sliding in from bottom

Results 7 bottom-sheet issues
Sort by recently updated
recently updated
newest added

I found couple of issues, 1. Bottom sheet not dismiss when tap on the `NavigationBar`. 2. `NavigationBarButton` is active while present bottom sheet.

Adding custom animation, previously suggested on this [PR](https://github.com/weitieda/bottom-sheet/pull/11) but this time with the changes currently on Master.

Can now customize the animation of the BottomSheet View opening and closing by adding the optional `animation` parameter. When deciding not to provide the animation parameter the default animation is...

The scrollview cannot be used in the view, and the offset will be set after use

Thanks for creating this library I am trying to use `TextEditor` inside `.bottomSheet`. UI works as expected However, as soon as I tap inside `TextEditor`, keyboard pops up and covers...

When my horizontal scrollView is longer than the bottomSheet width, we didn't see extra items: https://user-images.githubusercontent.com/29228517/121769865-47677f80-cb66-11eb-87a9-0962f55db6d8.mp4

Hey, is there a way to move the outer view by dragging only the inner scroll? (like in Apple Maps app, Find My by Apple, Google Maps) for example UIKit...