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

**Issue** When opening a `floatingPanel` on a view with a bottom toolbar, the toolbar overlays the floating panel. This means that content at the bottom of the panel will be...

bug

There appears to be extra space at the bottom of the `PopupView` which makes it difficult to place another view beneath the it.

bug

Scalebar recalculates and resizes several times during a double-tap zoom operation. Ideally we would debounce it so that it only updates a max of every .25 seconds (250ms). ![scalebar](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/assets/3718875/939f4b02-e804-4604-926d-5f64fc9235e6)

I believe this should be a state variable: https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/main/Examples/Examples/SearchExampleView.swift#L32

bug

It is possible to add dark mode images to tutorials. One has been added to the Feature Forms View tutorial. We should add them for all tutorials. Tutorial filename: \.png...

documentation
enhancement
Effort - medium
Priority - low

See comments [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/243#discussion_r1534331296)

See discussion in the PR comment. https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/243/files#r1084508769

The [Observation](https://developer.apple.com/documentation/observation) framework should provide enhanced efficiency and help minimize redraw. A number of `@ObservableObject`s across the Toolkit could probably be refactored to `@Observable`s. Min OS support is 17.0. [Migration...

enhancement

Look at how we might revise and simplify the usage of different components, e.g. can we reduce the number of parameters needed for the Compass, etc.. cc @rolson

enhancement