nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API
MIT License
4.85k stars 507 forks source link

I don't want it to show again if user denies #173

Closed jesster2k10 closed 8 years ago

jesster2k10 commented 8 years ago

How can I do this cause it may start to become annyoing if it keeps on popping up.

jesster2k10 commented 8 years ago

I figured it out never mind

aliess commented 8 years ago

can you please show how did you solve this ?

nickoneill commented 8 years ago

Hi @aliess, if you don't want the denied re-show behavior, simply check for the status of each of your permissions before you call show() and don't call it if any of them are the denied status.