I am attempting to check if a text field is empty but am getting an error of "Type (Bool, Bool, Bool) does not conform protocol 'Boolean Type' "
if(userEmail == "", userPassword == "", userRepeatPassword == "") {
alertMessage("All fields are required")
return
}
I am using xcode 7