arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
Using the PopupView I have to write code like this when I show the PopupView in a sheet because the only way to integrate with the close button in the...
Inspector is a new iOS/Catalyst feature as of iOS 17, which brings the familiar sidebar inspector experience from macOS to iPad. On iOS, inspectors present as sheets. So far, I've...
Add a FloatingPanel modifier symmetric to [`sheet(item:onDismiss:content:)`](https://developer.apple.com/documentation/swiftui/view/sheet(item:ondismiss:content:)) as mentioned [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/1171#discussion_r2138293708).
**Issue** When a keyboard is shown over a presented floating panel, it looks like there is some extra empty space added below the panel. When the keyboard is dismissed, the...