CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2015 |
Maintained by Daniele Bogo.
Quick category to explain the right place to enable your privacy settings
DBPrivacyHelper is a simple UIViewController category and it has a simple integration:
- (void) openHelper {
[self showPrivacyHelperForType:DBPrivacyTypeLocation];
}- (void) openHelperToCustomize {
[self showPrivacyHelperForType:DBPrivacyTypeLocation controller:^(DBPrivateHelperController *vc) {
//customize the view controller to present
} didPresent:^{
//customize the completion block of presentViewController:animated:completion:
} didDismiss:^{
//customize the completion block of dismissViewControllerAnimated:completion:
} useDefaultSettingPane:YES];
}If useDefaultSettingPane: is set to YES, DBPrivacyHelper opens the default setting pane in iOS 8. Set NO if you want to see the DBPrivateHelperController with all iOS.
Privacy settings types:
7.0
0.6.2