when i enter any character or number with keyboard.the app crash with this info
"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull length]: unrecognized selector sent to instance 0x103b5daf0'".
And every textfield that used in the app has this problem.The textfield is in a storybord-based appliction.this is the textfield delegate i overwrite and this is the exception throw call stack
replace
([textField.text isEqual:[NSNull null]])
with(textField.text.length == 0)
.