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.
To adopt the changes in PR 3200.
While presenting an alert to enter the password for client certificate, seeing warning related to `already presenting ...
From a Samples PR review... _It is rare in SwiftUI for a modifier to take a binding because rarely do modifiers need to modify the passed in value. In the...
Since the initial completion of the first few components, the best practices and coding style guidelines have evolved. This issue enumerates those changes that should be incorporated across all components....
There is currently no way to anchor Toolkit components to the top of a MapView or SceneView's attribution bar. This is helpful to provide a balanced look to component's placement...
In the Utility Network component, tapping on a selected starting point displays a list of the starting point's geoElement attributes. Other platforms use popups to format this data for display....
In some use cases, a component may use the `.esriBorder()` modifier but have a background color that is different from the modifier's default background color. This can result in an...
The FloorFilter component uses the following mechanism to display a selected row. This should be adopted in all list views in the Toolkit. `.listRowBackground(facility.id == viewModel.selectedFacility?.id ? Color.secondary.opacity(0.5) : Color.clear)`
It would be great if adding an overview map were simpler. One way of doing that would be to have a custom view modifier for the overview map in the...