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

If you are using a `SearchView` with a custom search source and you later change the search source then the `SearchView` will continue using the older search source. That is...

bug

Add a Scalebar preview to quickly validate changes When we bump up to iOS 17 minimum this'll be easier to implement with `View.onChange(of:initial:_:)`

enhancement
good first issue

When the `JobManager` is constructed it registers the launch handler [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/49a1b26be1ac612f3b78f0b273062dad60bd153f/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift#L129). And the doc for that method says: ![Image](https://github.com/user-attachments/assets/3689ecd8-3155-4963-9932-ec9069b493f2) and I ran into a case where the `JobManager` was created...

documentation

Barcode Input fields should be able to display a hint if one is defined (see [formFieldElement doc](https://developers.arcgis.com/web-map-specification/objects/formFieldElement/)). Seems they ignore any hint. https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/49a1b26be1ac612f3b78f0b273062dad60bd153f/Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/Inputs/TextInput.swift#L119

bug

For background, see the discussions within #1023.

enhancement

We could make the offline map component look a little better on the visionOS platform. - Ideally the hover effect would take up the entire row here ![Image](https://github.com/user-attachments/assets/d8f12847-4b1f-47c5-837f-8bef4cea04e7) - In...

Is preconcurrency attribute still needed on all views where it is used? ie: ```swift @preconcurrency public struct Bookmarks: View { ``` I removed it as a test and I don't...

Currently, if you look at `UtilityNetworkTrace` on visionOS it looks like this: ![Image](https://github.com/user-attachments/assets/e5df90c8-5985-409e-9929-d0e1740705c6) And on iOS it looks like this: ![Image](https://github.com/user-attachments/assets/adb17dea-80fc-41ec-a123-7ce458def21b) visionOS should have a darker background material (According to...

(Feedback from @PeggyDu09) After the `Form` changes, I tried to achieve this but wasn't able to. Right now it looks like each group form element is grouped together when they...

enhancement

There is a situation where requesting camera/video access when adding an attachment will fail. - New install only (so you get the "request access" alert and not the "go to...