How do I get the index of the current Object in an NSEnumerator iteration?
Posted
by RexOnRoids
on Stack Overflow
See other posts from Stack Overflow
or by RexOnRoids
Published on 2010-05-19T13:06:00Z
Indexed on
2010/05/19
13:10 UTC
Read the original article
Hit count: 178
Question: How do I get the index of the current Object in an NSEnumerator iteration?
(I don't want to keep track of things using an integer counter or use a for loop due to speed reasons. I did it before I just cannot remember how I did it...)
© Stack Overflow or respective owner