| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I am really puzzled that Apple does not provide a way to easily iterate objects instantiated from this class...This seems straightforward enough:
Forwards:
unsigned currentIndex = [indexSet firstIndex];
while (currentIndex != NSNotFound)
{
//...
currentIndex = [indexSet indexGreaterThanIndex:currentIndex];
}
| References: | |
| >My new framwork (From: April Gendill <email@hidden>) | |
| >Re: My new framwork (From: John Randolph <email@hidden>) | |
| >Re: My new framwork (From: Allan Odgaard <email@hidden>) | |
| >Re: My new framwork (From: mmalcolm crawford <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.