我的照片流中有75张照片,相机胶卷中有1张照片(不在我的照片流中)。所以我总共有76张照片。但是按照代码只返回51张照片:PHFetchOptions*options=[[PHFetchOptionsalloc]init];options.sortDescriptors=@[[NSSortDescriptorsortDescriptorWithKey:@"creationDate"ascending:YES]];assetsFetchResults=[PHAssetfetchAssetsWithOptions:options];我知道:Ifthismethodiscalledbyana