解决方案:使用subArrayWithRange
NSArray *smallArray = [largeArray subarrayWithRange:NSMakeRange(0, 10)];
转载自:
http://stackoverflow.com/a/3364773/3458781
解决方案:使用subArrayWithRange
NSArray *smallArray = [largeArray subarrayWithRange:NSMakeRange(0, 10)];
转载自:
http://stackoverflow.com/a/3364773/3458781