arcgis-maps-sdk-swift-samples icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-samples copied to clipboard

Update status text in `Monitor changes to layer view state`

Open CalebRas opened this issue 1 year ago • 0 comments

The status in the Monitor changes to layer view state sample should be stored instead of the formatted string describing the status. See this feedback.

Text(
    """
    Layer view status:
    \(layerStatus.labels, format: .list(type: .and, width: .narrow))
    """
)

CalebRas avatar Apr 26 '24 20:04 CalebRas