Harshal M Karande
Harshal M Karande
> Same issue, anyone found a fix for this. > Happening on Pixel 3a, I thought Pixel is showing Google Photos option. Is it not? And Photos is the default...
It worked for me when I changed this: PHImageRequestOptions* options = [[PHImageRequestOptions alloc] init]; options.synchronous = YES; options.networkAccessAllowed = YES; options.deliveryMode = PHImageRequestOptionsDeliveryModeHighQualityFormat; It was options.deliveryMode = PHImageRequestOptionsDeliveryModeFastFormat before. It...
This might be super late but can help people in future. Adding a multiplier in QBAssetViewController is the solution that worked for me at line 450. CGSize targetSize = CGSizeScale(itemSize,...