Hi, everyone,
I want to compare 2 NSString *. I use the [[arr objectAtIndex: i]compare: @"compareString"]
. However, it does not work in my program. What wrong of the problems?
Hi, everyone,
I want to compare 2 NSString *. I use the [[arr objectAtIndex: i]compare: @"compareString"]
. However, it does not work in my program. What wrong of the problems?
Possible problems:
If you tell me what actually happens, I'll tell you which of the four possibilities is the issue.