how to check if NSString = a specific string value? February 25, 2023 by Tarik if ([mystring isEqualToString:@"Johns"]){ //do some stuff in here }