objective-c sortedArrayUsingSelector按字母顺序和数字

时间:2015-12-04 02:32:47

标签: objective-c

我有一个像这样的数组:

FileFolderData *ffd = [[datasource.finalData valueForKey:[[[datasource.finalData allKeys] sortedArrayUsingSelector:@selector(localizedCaseInsensitiveCompare:)] objectAtIndex:indexPath.section]] objectAtIndex:indexPath.row];

并按字母顺序对其进行排序,但我也需要按数字排序,这可能吗?

0 个答案:

没有答案