[arr sortUsingSelector:comp];
NSComparator comp = ^(id obj1, id obj2) { //比較 return NSOrderSame; };
NSOrderedAscending anotherの方が大きい NSOrderedSame 同じ NSOrderedDescending anotherの方が小さい