The documentation says it\'s available in MacOS 1.08.
So what\'s the story? What about for iOS5?
It\'s a very important selector because self[5] will actuall
I look at the NSOrderedSet.h file and I saw this:
- (id)objectAtIndexedSubscript:(NSUInteger)idx NS_AVAILABLE(10_8, 6_0);
So it doesn't work for IOS5.