I have 10 NSMutableArrays and I need to compare them by its count and select the name of the array which has the lowest count - [array count]. What would be the best and fastest method to do so?
I tried to add the names of all arrays into another array, loop through with 'for' method, but it doesn't work as NSUInteger conflicts with ID
There must be simpler method, I am sure of it. I just can't find the right reference on google...
Can you please point me the right direction?
Many thanks a.