sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Add request if needed #128

Closed cozzin closed 5 years ago

cozzin commented 5 years ago

I want to show alert only when need to get permission, so I add requestIfNeeded.

ivanvorobei commented 5 years ago

Good idea. Maybe add it func to readme?

cozzin commented 5 years ago

Ok, I will add func to readme.

ivanvorobei commented 5 years ago

@cozzin I found some trouble. You add changes in example project. Add it to Source, it available via cocoapods

cozzin commented 5 years ago

Thank you, I thought it is linked to original source. I will fix.