这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
试试这个
NSSortDescriptor *descriptor =
[[NSSortDescriptor alloc] initWithKey"Score" ascending:YES];
[items sortUsingDescriptors:[NSArray arrayWithObjects:descriptor,nil]];
[descriptor release];
关于iPhone - 基于值的 NSDictionary 排序,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/7763487/
欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://jike.in/) |
Powered by Discuz! X3.4 |