An open API service indexing awesome lists of open source software.

https://github.com/noppefoxwolf/nfxpermissionviewcontroller

If you use this library, the user put one cushion before the permission agreement.
https://github.com/noppefoxwolf/nfxpermissionviewcontroller

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

![](http://i.imgur.com/bnXxsTn.png)

##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
- [GitHub](http://github.com/noppefoxwolf)
- [Twitter](http://twitter.com/noppefoxwolf)