Skip to content

Instantly share code, notes, and snippets.

@chance395
Last active March 8, 2019 08:23
Show Gist options
  • Save chance395/6d8adf700c9cfc5de3f0048337538436 to your computer and use it in GitHub Desktop.
Save chance395/6d8adf700c9cfc5de3f0048337538436 to your computer and use it in GitHub Desktop.
#ios->排序
//对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