arcgis-runtime-tutorials-ios
arcgis-runtime-tutorials-ios copied to clipboard
This repo contains code described in the iOS tutorials at http://developers.arcgis.com/en/ios/guide
I can't execute the code. it's crashing on line ` featureLayer.selectFeatures(with: selectQuery, selectionMethod: .new) ` on pickerView function stating the following error. 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert...
# Description This is a Swifty way to handle URLs. It's easier to read than long URL strings and, because it's a Swift type, it will work with Xcode's autocompletion...