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) #205

Closed zdanovs closed 10 years ago

zdanovs commented 10 years ago

Empty UITextField in iOS 7 returns “empty description” object and everything is OK. Meanwhile iOS 6 returns “nil” and tries to set it as value in dictionary, which causes app crash. So it is better to check UITextField text and in case if it is empty, return @“”.