DynamicOverlay
DynamicOverlay copied to clipboard
A SwiftUI library that makes easier to develop overlay based interfaces, such as the one presented in the Apple Maps app.
When "Overlay" appears, a space appears at the bottom. (Jumps out too much) How can I interact with the animation to change it to something else. https://user-images.githubusercontent.com/97045435/180496185-20cc5461-5d67-46dd-9993-8008ce5f9f6f.MP4
How can i dismiss the overlay using swipe down?
I've been stuck at another issue, I try to create a layout with 3 notches (0, 0.3 & 0.9 fractional height). I do not want a driving scrollview in the...
Once again we have found a problem, that seems happen because of the changes to the way to find the drivingScrollView. Also once again I have not been able to...
### The problem In our productive app we have a problem with the new way to determine the driving scroll view. Namely the modified ScrollView is not actually driving after...
Hello, Is there a way to set the max notch of the overlay to the height of the content inside the overlay?
A common use case for overlays is to have them have a fixed width and be attached to the side on a regular-width device, such as an iPad or landscape...
When dragging the overlay upwards and then releasing it in the maximum notch state, the overlay view jumps. What should I do?
I discovered an interesting bug where if: - Sheet has a scrollable list with the list set as the driving scrollview. - Start from 0 rows. - Reload with rows...
Hi, I have a map view which ignores the top status bar safe area, but as soon as I put in the "dynamicOverlay" call, it removes the safe area and...