Quote:
Originally Posted by harrytheshark
You can do a case insensitive compare if that's what you want?
Code:
[masterList sortUsingSelector:@selector(localizedCaseInsensitiveCompare:)];
|
Hi Harry,
that was exactly what I wanted :-)
Thanks a lot and BR,
Stefan