swiftui-drawer icon indicating copy to clipboard operation
swiftui-drawer copied to clipboard

A SwiftUI bottom-up controller, like in the Maps app. Drag to expand or minimize.

Results 9 swiftui-drawer issues
Sort by recently updated
recently updated
newest added

I want my drawer heights (resting points) to be, [100, vStackHeight], so instead of giving it a constant number, i want the second resting height to be the height of...

Hello, is there a way to change the position of the drawer when the keyboard appears ? I have a search bar on the drawer and when I click in...

Added the option to use haptic feedback when dislodging (starting to drag) the drawer from its current position.

I am receiving the following error Cannot convert value of type '[Int]' to expected argument type 'Binding'

bug

I've added Drawer via SPM in Xcode 13 beta. I can't import the library: ![image](https://user-images.githubusercontent.com/9455439/128845060-f2efb89d-e211-4627-b3c7-79832a6dc22d.png) From the syntax highlighting it seems that Xcode does import the library anyway, because it's...

bug

**Problem** When a `ScrollView` is embedded in the drawer, drags within the scroll view are used as scrolls and do not move the drawer. The current workaround is to have...

Hello, I added the onDrag modifier to my drawer so that I could animate the image I have that is used to pull up and down the drawer, but it...

bug