Search code examples
iosswiftphassetphotokit

What is PHImageRequestOptionsResizeMode default value?


What happens if I don't specify any options in PHImageRequestOptions for resizeMode ?

Will photos deliver the image size that I pass in targetSize or would it delivery exact image size ?

Documentations seems is not clearing that part


Solution

  • From the documentation:

    Defaults to PHImageRequestOptionsResizeModeNone (or no resize)