Yummypets / YPImagePicker

📸 Instagram-like image picker & filters for iOS
MIT License
4.3k stars 974 forks source link

Be able to upgrade permissions on iOS 14+ #720

Open hansemannn opened 2 years ago

hansemannn commented 2 years ago

Starting with iOS 14, image permissions are managed through PHPhotoLibrary.authorizationStatus(for: .readWrite) (like correctly being used already, yey!). A good improvement in user experience could be to check the current authorization status and show a tiny "Select more photos …" bar above the picture selection if the current permission level is .limited. Instagram does that pretty well and encourages users to select more photos in a privacy-focussed context.

Two possible ways to add this could be the following (using SFSymbols, which work fine with iOS 13+):

I'm open for discussions, thank you!

NikKovIos commented 2 years ago

Nice idea, but don't have time for it)

butanijay22 commented 8 months ago

Any update on this?