Sorting Numbers ins a Object.

Posted by user133611 on Stack Overflow See other posts from Stack Overflow or by user133611
Published on 2009-12-21T07:28:04Z Indexed on 2010/03/22 13:01 UTC
Read the original article Hit count: 298

Hi

I have an NSMutableArray of objects, let's say 'Person' Objects. I want to sort the NSMutable Array by person.savings i.e if suppose person having savings 1000,1050,500,1200,2000,1050 i want the Array in the ascending order.

Thank You.

© Stack Overflow or respective owner

Related posts about nsmutablearray

Related posts about iphone-sdk