Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Move dynamic location authorization status to AppContext #47

Closed esreli closed 6 years ago

esreli commented 6 years ago

currently in AppLocation:

dynamic var locationAuthorized

Can easily be moved to AppContext.

esreli commented 6 years ago

The best solution is to keep locationAuthorized within AppLocation