This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Description
I am using localized strings like here:
#12 (comment)
Would it be possible to add this method also for the showDeniedAlert function? Otherwise the localization is somewhat broken, because of a mixed language if using this framework on a non-English system.
I would need these strings here:
"Permission for (permission) was denied."
"Please enable access to (permission) in the Settings app"
"OK"
"Show me"
Well, actually "OK" is fine without translation :)
Not sure how the method you already have (e.g. "Allow Camera" = "";) would work with this:
(permission)
I could of course patch this for myself locally, but then with each update I would loose the patch.
Thanks,
Tom