I'm new to C/ObjC and am wondering why this statement is always true when I known darn well there's no text in the UITextFields referenced...
Many thanks. I'll go back to my corner and put my dunce cap back on until an answer arrives.
Code:
if(txtEmail.text != @"" && txtPassword.text != @""){
...
}
Many thanks. I'll go back to my corner and put my dunce cap back on until an answer arrives.