Last active
March 8, 2019 08:23
-
-
Save chance395/6d8adf700c9cfc5de3f0048337538436 to your computer and use it in GitHub Desktop.
#ios->排序
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//对self.belongarryDevice降序 | |
NSArray *sortDesc = [NSArray arrayWithObject:[NSSortDescriptor sortDescriptorWithKey:@"moneyAmount" ascending:NO]]; | |
[self.belongarryDevice sortUsingDescriptors:sortDesc]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment