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.
**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...
There appears to be extra space at the bottom of the `PopupView` which makes it difficult to place another view beneath the it.
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). 
I believe this should be a state variable: https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/main/Examples/Examples/SearchExampleView.swift#L32
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...
See comments [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/243#discussion_r1534331296)
CertificatePickerViewModel's proceed(withPassword) function's Task.detached be moved inside modifier
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...
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