- (void)sortUsingSelector:(SEL)comparator
- (void)sortUsingSelector:(SEL)comparator
- Subject: - (void)sortUsingSelector:(SEL)comparator
- From: peter mysliwy <email@hidden>
- Date: Wed, 25 Jul 2001 12:48:12 -0400
Hello;
I am new to apple and ObjectiveC and started by playing around with
NSArray and NSMutableArray to learn something about the native datatypes.
The question I have How do I sort a NSArray using
- (void)sortUsingSelector:(SEL)comparator
What does (SEL)comparator mean??
From what I can figure out is that comparator is a switch. Any Info??
thanks
Peter