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.
Reference: https://github.com/applidium/OverlayContainer/issues/85 Currently, there is no way to set the width for the overlay container view. Is there any way to achieve a map view like on the iPad using...
For example, I think it would be possible to implement a method to identify a ScrollView via ViewTag. Do you have any plans to support it so that it can...
## Summary - Add `findAllScrollViews` method to detect all ScrollViews intersecting with overlay area - Implement best match selection logic based on intersection area calculation - When multiple ScrollViews have...