Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link

[Fix] `Show grid` grid settings #472

Closed CalebRas closed 1 month ago

CalebRas commented 1 month ago

Description

This PR fixes a bug a in the Show grid sample where some of the grid settings wouldn't save state in between the sheet being closed and reopened. To avoid setting state in the view's init, I moved the state variables to a model. I tired to change it as little as possible so there should be no behavior changes besides the bug fix.

Linked Issue(s)

How To Test

CalebRas commented 1 month ago

Thank you!