I have an NSMutableArray that I need to search for a string and return the key to the array where the string was found. So, for example, if I search for "ipod" and it is the fourth in the array, it will return 3 or any other position that the line is in. What is the best way to do this?
iphone nsmutablearray
Raphael caixeta
source share