I know I am missing something obvious, but I just cannot see it. This method is meant to compare the text of a label to the text of a text box, and then delete the text. So if t
To compare NSStrings use:
NSString
if ([myString1 isEqualToString:myString2])
Documentation