If you use this library, the user put one cushion before the permission agreement.
##Installation
1.add your project
NFXPermissionViewController.h
andNFXPermissionViewController.m
.
##Usage
#import "NFXPermissionViewController.h"
NFXPermissionViewController*vc = [[NFXPermissionViewController alloc] initWithType:NFXPermissionTypeTwitter];
vc.delegate = self;
[self presentViewController:vc animated:true completion:nil];
support for
- addressbook
- calender
- reminder
- microphone
##About noppefoxwolf