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

How to close permission view ? #249

Closed ludivinefafournoux closed 3 years ago

ludivinefafournoux commented 3 years ago

Hello, i'm sorry to request that, but I don't know how to close the permission view when user deny permissions.

i'm using didDeniedPermission and compare with all permissions requested, but how to close the view ?

Thanks

ivanvorobei commented 3 years ago

you should call this:

public func dismiss(withDialog: Bool)

for dialog example.