Use PHPickerViewController wherever possible
MarcoEidinger opened this issue · 0 comments
MarcoEidinger commented
Project is using UIImagePickerController
and still needs to use it if image shall be taken by camera. However, for photo library access it's better to use PHPickerViewController
because
- Doesn’t require full Photo Library access
- search is possible
- Zoom in or out is possible