I want to count the number of items in a NSArray and perform some operation based on that. I know it's not a big deal but I couldn't get it.
NSArray
Please give some suggestions.
That's really simple:
int arrayLength = array.count;