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

While presenting an alert to enter the password for client certificate, seeing warning related to `already presenting ![Simulator Screen Shot - iPhone 14 Pro - 2023-01-23 at 14 45 53](https://user-images.githubusercontent.com/4164028/214168642-0c5931af-7364-4926-a32a-367693515d4f.png)...

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...

enhancement

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....

enhancement

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...

enhancement

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....

enhancement

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...

enhancement

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)`

enhancement

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...

enhancement