Possible Duplicate:
How to sort an NSMutableArray with custom objects in it?
i have a object with Type of NSObject contains "posts" object type of NSMutableArray. that post object has ID property.
MyObject.posts.post.ID = NSInteger;
I want to sort "posts" NSMutableArray by ID. i have tried couple ways but couldn't be success. any help/sample would be great.
thank you.