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.
Adds an internal NavigationLayer component to support navigation in non-modal contexts like the FloatingPanel.
Apollo 1014 ## ⚪ Overview: - 🟢 Additions: - Support for utility association browsing via `FeatureFormView`. - The `FeatureFormView(featureForm: Binding)` initializer. - The `FeatureFormView.closeButton(_: Visibility)` modifier. - The `FeatureFormView.editingButtons(_: Visibility)`...
In ArcGIS Enterprise version 11.3, there seems to be a bug related to renamed layer titles. When you add a layer to a map in the Map Viewer and rename...
#1145 removed the backported part of the view, so it is no longer needed. The changes were at https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/1145/files#diff-8396a89243d9464c71a7916b6f30deaa9a483c897ce1b69cc8f1e3ff9d6c6553
I'm not sure if this is the right place to report this issue, but we've encountered a bug in ArcGIS Enterprise related to the "Enable search" setting in maps. When...
Our client requires the ability to add phone numbers as an attribute in the features popup view. These phone numbers should be recognized as clickable links, enabling users to initiate...
It seems like there is no activity or progress indicator during a trace operation. After you tap the trace button, there doesn't seem to be any indication that a trace...
I'm not quite sure where the problem is here. If I add a close button to the floating panel with a utility network trace component, I get this which looks...
When I pull to refresh the list that shows preplanned map models, before release, the animation stops abruptly and a warning is printed in the console > Attempting to change...
We have one of these in the [objc toolkit](https://github.com/Esri/arcgis-runtime-toolkit-ios/blob/main/Sources/ArcGISToolkit/TemplatePickerViewController.swift). This is an initial PR. I still need to add tests and a tutorial. Also the map that I use in...