Hi,
For clearing the text property of a UITextField programmatically, is it best to write nameTextField.text = @""; or nameTextField.text = nil; //?
I'm not sure if this is the reason why my app is not working properly. I'm still trying to debug.
I've searched through the apple documentation and other forums, and there doesn't seem to be a straight answer anywhere.
Thanks
Rob
For clearing the text property of a UITextField programmatically, is it best to write nameTextField.text = @""; or nameTextField.text = nil; //?
I'm not sure if this is the reason why my app is not working properly. I'm still trying to debug.
I've searched through the apple documentation and other forums, and there doesn't seem to be a straight answer anywhere.
Thanks
Rob