parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Use PHPickerViewController for selecting an image #87

Closed nlamah closed 1 month ago

nlamah commented 2 months ago

This issue is to point out the benefit of using PHPickerViewController for selecting images. No permission of the user is needed and it can be used to select pdfs. It can be used for iOS 14 and up.

https://jokerpt.medium.com/using-phpickerviewcontroller-in-ios-apps-f7ddd68214ee

alexkok commented 1 month ago

Thanks! Yes, would definitely be neat to adjust to this (keeping backwards compatibility in mind, since the library minSDK is iOS 13 currently)

alexkok commented 1 month ago

Improved and released in 4.1.1 🚀