Hi All!
(I have to add that Im new to ObjC dev)
I have a NSMutableArray that contains NSDictionary objects, which each contain an object and a float (NSNumber).
Now I want to sort the Array based on the float... How do I do that?
I'm trying with sortUsingSelector: but I dont get it to work....
Thanks for your help!
alex
(I have to add that Im new to ObjC dev)
I have a NSMutableArray that contains NSDictionary objects, which each contain an object and a float (NSNumber).
Now I want to sort the Array based on the float... How do I do that?
I'm trying with sortUsingSelector: but I dont get it to work....
Thanks for your help!
alex