Customize alerts#172
Conversation
|
Thanks @akofman, I can see this being useful. How are you accessing the pretty permission name used in the default |
|
Hello, Yep, I don't access it from the override value. I actually tested this case from request* methods and in this particular case it doesn't really matter because I can update the title before displaying the alert. But indeed I didn't think about the dialog :/ |
|
Hello @nickoneill, I have updated/rebased this PR in order to give access to the As an example now you can init the PermissionScope instance as following: |
|
Bump :) |
I just added some public variables in order to customize the denied and disabled alerts.
I'm not an experimented Swift developper so please let me know whether it's fine for you.
Thanks for your review !