City-of-Bloomington / open311-ios

GeoReporter iOS source code. Native iOS smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
23 stars 22 forks source link

Issue #204 (Crash when trying to save an empty server) #206

Closed zdanovs closed 10 years ago

zdanovs commented 11 years ago

The onliest case, when app can crash on Add Server screen and cause failure in ../AFHTTPClient.m:232, is passing nil from textFieldUrl while checkServerValidity. So for full confidence it is better to preset all textFields with empty strings in viewDidLoad.