arcgis-maps-sdk-swift-samples
arcgis-maps-sdk-swift-samples copied to clipboard
Update status text in `Monitor changes to layer view state`
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))
"""
)