nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API
MIT License
4.84k stars 506 forks source link

Maybe permissions status checks should be moved from main PermissionScope object or made static #224

Open nikans opened 7 years ago

nikans commented 7 years ago

Looks like it's imposible to conveniently check permission status without initializing a giant PermissionScope object, though, there're no dependencies to justify this. I can probably put together a PR if it's ok regarding general logic of this module.