Re: Array sorting problem
Re: Array sorting problem
- Subject: Re: Array sorting problem
- From: Matt Ridley <email@hidden>
- Date: Thu, 10 May 2001 19:53:30 +0100
On Thursday, May 10, 2001, at 07:39 pm, Arno Gourdol wrote:
NSMutableArray *tempArray;
tempArray = [[items allKeys]
sortedArrayUsingSelector:@selector(compare:)];
sortedArrayUsingSelector: returns an NSArray not a NSMutableArray.
I should have seen that. Thanks, Arno. :-)
Best,
-Matt
--
Matt Ridley
<
http://www.mattridley.com/>