iOS 8 PhotoKit. Get maximum-size image from iCloud Photo Sharing albums
问题 How get access to the full-size images from iСloud? Every time I try to get this picture, I get image size 256x342. I not see progress too. Code: PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[assetIdentifier] options:nil]; PHImageManager *manager = [PHImageManager defaultManager]; [result enumerateObjectsUsingBlock:^(PHAsset *asset, NSUInteger idx, BOOL *stop) { PHImageRequestOptions *options = [[PHImageRequestOptions alloc] init]; options.deliveryMode =