Reputation: 311
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
Upvotes: 0
Views: 270
Reputation: 1144
From the documentation:
Defaults to PHImageRequestOptionsResizeModeNone (or no resize)
Upvotes: 1