我想获取位于iOS设备上的固定批处理的图片。我正在使用新的PhotosFramework,我已经找到了这个解决方法:PHFetchOptions*allPhotosOptions=[PHFetchOptionsnew];allPhotosOptions.sortDescriptors=@[[NSSortDescriptorsortDescriptorWithKey:@"creationDate"ascending:NO]];//Fetchesallphotos->iwouldliketofetchonlysomeofthemPHFetchResult*allPhotosResult=[