Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
40 stars 5 forks source link

Quick Editor: Use PHPickerViewController #381

Closed pinarol closed 1 month ago

pinarol commented 2 months ago

Let's look into using PHPickerViewController for picking the image.

PHPickerViewController:

etoledom commented 1 month ago

We only can start using PHPickerViewController when we implement a custom image cropper, as it doesn't offer this option.

pinarol commented 1 month ago

Good point. 👍

pinarol commented 1 month ago

Another possibility: Allowing to inject the whole image picker together with the cropper 🤔. So in case other repos already have PHPickerViewController + their own cropper, they can continue using it. This way at least we wouldn't be lowering their existing privacy level.