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

Migrates project to Swift 4.2 #126

Closed esreli closed 6 years ago

esreli commented 6 years ago

Migration performed following these steps:

  1. Use Swift 4.2 migrator assistant.
  2. Updates for use of Bool.toggle()
  3. Updates for use of Swift 4.2 syntax unwrapping of weak self.

Other swift 4.2 migration suggestions welcomed.

esreli commented 6 years ago

@philium thanks for the feedback. Will you have another look?