unsplash / unsplash-photopicker-ios

📱An iOS photo picker to search and download photos from Unsplash.
MIT License
404 stars 85 forks source link

Get the image attached to the UnsplashPicker collection cell without unlocking the pod #20

Closed SocialKitLtd closed 3 years ago

SocialKitLtd commented 4 years ago

Is it possible to get the direct UIImageView UIImage from the UICollectionView cell when passing the UnsplashPickerDelegate? Instead of the need to re-create it from the URL from the UnsplashPhoto object?

ocollet commented 4 years ago

@CraftizLtd The image used in the UIImageView is a variant scaled to match the UIImageView's size, so there isn't much you can do with it other than use it for a low-res preview.

What would be the use case?

ocollet commented 3 years ago

Closing: no answer and the user has deleted their account.