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.
As @njarecha noted [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/1337#pullrequestreview-3474518881) in #1337, the line lengths of localization comments could be standardized for consistency. Edit: As Phil [added](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/1337#discussion_r2535779378), new lines can be escaped in the string literals.
Builds on @zkline101's work in #1034 to enhance `FeatureFormView` by converting the internal `VStack` to a `List`. Since #1034, `FeatureFormView` has grown in complexity to support `UtilityAssociationsFormElement`s. As part of...
After editing a text field, tap on another text field. Focus does not go to the next text field tapped, it simply unfocuses the current field. This requires extra taps...
The `clippingDistance` is set when the `WorldScaleSceneView` appears. https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/117a0a35662f7a2403b22d7048e4f0c53a97c07c/Sources/ArcGISToolkit/Components/Augmented%20Reality/WorldScaleSceneView.swift#L99-L101 It is also set when each of the world scale view is initialized https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/117a0a35662f7a2403b22d7048e4f0c53a97c07c/Sources/ArcGISToolkit/Components/Augmented%20Reality/Utilities/WorldTrackingSceneView.swift#L85 https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/117a0a35662f7a2403b22d7048e4f0c53a97c07c/Sources/ArcGISToolkit/Components/Augmented%20Reality/Utilities/GeoTrackingSceneView.swift#L81 Done criteria: - [ ] See...
Add a sentence to the [Issues](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit?tab=readme-ov-file#issues) section in README to explain that the toolkit is open source and it is okay to encourage users to customize the toolkit as they...
As of 200.8, there is a precedent for components to use NavigationStacks to provide internal navigation. Floor Filter would probably be another component that could benefit from using a NavigationStack...
### Isssue Similar to ArcGIS Online, the `PopupView` charts should show some sort of "callout" view that displays the details of a given chart slice, bar, etc. when it is...
## Description Close #1104. This PR fixes a problem with the `refreshable` modifier. It used to give a console warning: > Attempting to change the refresh control while it is...
First, thanks for fixing the two bugs related to the OfflineMapAreasView. It's working as expected now! Unfortunately, I’ve noticed another issue with the refresh button for re-fetching offline areas. I’m...