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

`UserDefaults` supporting `RawRepresentable` storage & retrieval #241

Closed esreli closed 4 years ago

esreli commented 4 years ago

This PR deprecates the AGSPopupAttachmentSize type-specific UserDefaults storage mechanism. Now the app opts to use a new generic mechanism for storing and retrieving RawRepresentable types.

Known limitation.

This PR facilitates the storage and retrieval of RawRepresentable types but makes no inference for the RawValue of the RawRepresentable. It is the dev's responsibility to ensure the underlying RawValue is UserDefaults compliant.