Possible Duplicate:
Enumerate NSArray using blocks to find and store all indexe's of all NSStrings in array
I am trying to get a NSIndexSet
from an Array of objects. My question is related to getting the indexSet.
Can I get an indexSet
by searching for a class using introspection
? i.e. I have an array of numbers and strings. I want an index set of all the strings in the array.