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.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/nfxpermissionviewcontroller
- Owner: noppefoxwolf
- Created: 2014-10-15T19:22:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T17:48:56.000Z (over 11 years ago)
- Last Synced: 2024-05-02T05:46:07.491Z (about 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 154 KB
- Stars: 47
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
- [GitHub](http://github.com/noppefoxwolf)
- [Twitter](http://twitter.com/noppefoxwolf)