iOS 8 PhotoKit. Get maximum-size image from iCloud Photo Sharing albums

前端 未结 4 1935
陌清茗
陌清茗 2020-12-13 11:04

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:

           


        
4条回答
  •  抹茶落季
    2020-12-13 11:17

    I believe it's related to you setting PHImageRequestOptionsDeliveryModeOpportunistic. Note that this is not even supported for asynchronous mode (default). Try PHImageRequestOptionsDeliveryModeHighQualityFormat intead.

提交回复
热议问题