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

Depreciation warnings for 100.7 build #225

Closed jf990 closed 3 years ago

jf990 commented 4 years ago

building the project from master on version 100.7 produces 4 deprecation warnings we should resolve in the source code:

.../View Controllers/Map View Controller/MapViewController.swift:167:59: warning: 'featureLayer' is deprecated: Use 'layer' instead
        currentPopupManager?.popup.feature?.featureTable?.featureLayer?.clearSelection()
                                                          ^