I want to compare the value of an NSString to the string \"Wrong\". Here is my code:
NSString
NSString *wrongTxt = [[NSString alloc] initWithFormat:@\"W
if ([statusString isEqualToString:@"Wrong"]) { // do something }