Permission handling in image picker
- Check for PHAuthorization status in onViewDidLoad() of AssetViewController
- Show header for authorisation status with manage button
I have yet to check this out and try it. I've only skimmed through it so far.
But this adds a feature where the image picker can show a header if it doesn't have been authorized to access a users photos?
I did see a lot of user facing strings that weren't localised though which would need to be fixed.
Yes, this mimics WhatsApp-like permission handling wherein if the app has limited access to photos it will show a header wherein the user can manage permission.
I'll look into strings localisations
I'll look into strings localisations
And by that I don't mean that you should translate them into 20 different languages. Just wrap them in NSLocalizedString with a good english default string and a key so anyone wanting it in another language in their app could translate it :)
Cool, thanks for the heads up!
Added Localized strings @mikaoj