arcgis-maps-sdk-swift-toolkit icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-toolkit copied to clipboard

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.

Results 144 arcgis-maps-sdk-swift-toolkit issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement
question

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...

question

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).

enhancement

**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...

bug