NFXPermissionViewController

If you use this library, the user put one cushion before the permission agreement.

47
5
Objective-C

NFXPermissionViewController

If you use this library, the user put one cushion before the permission agreement.

##Installation

1.add your project NFXPermissionViewController.h and NFXPermissionViewController.m.

##Usage

#import "NFXPermissionViewController.h"
    NFXPermissionViewController*vc = [[NFXPermissionViewController alloc] initWithType:NFXPermissionTypeTwitter];
    vc.delegate = self;
    [self presentViewController:vc animated:true completion:nil];

support for

  • twitter
  • addressbook
  • calender
  • reminder
  • microphone

##About
noppefoxwolf