How can we compare the text entered in UITextVIew with my default text in code to determine whether they are both the same or not?
UITextVIew
if([textfield.text isEqualToString:yourtext]) { //true; } else { //false }