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

Mhd/i os13 change #217

Closed mhdostal closed 4 years ago

mhdostal commented 4 years ago

This reverts the change to using an .alert when selecting the image source type for a new attachment on iOS 13. A fix was installed in a separate PR to use the .alert style of UIAlertController because using .actionSheet crashed. This crash has been resolved in iOS 13 and since .actionSheet is the preferred style to use, use it for iOS 13, but keep .alert for pre-13 devices.

mhdostal commented 4 years ago

https://github.com/Esri/data-collection-ios/issues/209