@danielpunkass IMO, if "nil" and "empty" are the same, you don't really have an Optional & should get rid of it. I commonly add a non-optional string
extension to UITextField to solve exactly this problem at the root cause (which is that UITextField.text is the wrong type).