I think that the problem is on the comparison expression. The correct way:
if ([entity.value isEqualToString:@"--"])
or
if ([this isEqualToString:@"--"])
I think that the problem is on the comparison expression. The correct way:
if ([entity.value isEqualToString:@"--"])
or
if ([this isEqualToString:@"--"])