rsattar / ClusterPrePermissions

Cluster's reusable pre-permissions utility that lets developers ask the users on their own dialog for photos or contacts access, before making the system-based request. This is based on the Medium post by Cluster describing the different ways to ask for iOS permissions (https://medium.com/p/96fa4eb54f2c).
MIT License
1.2k stars 109 forks source link

Customize the Permission Dialog #18

Open confile opened 9 years ago

confile commented 9 years ago

Is there a way to customize the permission dialog, the first dialog not the system dialog?

rsattar commented 9 years ago

How do you mean? Currently you can pass in the title, message, and the cancel / ok buttons for the UIAlertView of the first dialog.

chetem commented 9 years ago

I think he means with a custom alert view, something like SCLAlertView. I agree this would be a nice feature to have :)