Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
29 stars 9 forks source link

`FeatureFormExampleView` - `Model.textForState` -> `Model.State.label` #838

Closed dfeinzimer closed 3 months ago

dfeinzimer commented 3 months ago

As suggested by @rolson

Consider making this logic an extension on the State type that has something like var label: String Then usage is just something like Text(state.label)

dfeinzimer commented 3 months ago

I feel bad for suggesting it if it modified so many tutorial files

No worries, goes quickly