2019-03-10 20:21:17 +01:00
2019-03-10 20:21:17 +01:00
2016-02-09 01:12:39 +01:00
2016-02-09 01:12:39 +01:00
2019-03-10 19:13:51 +01:00
2019-03-10 19:13:51 +01:00
2019-03-10 19:13:51 +01:00
2016-02-09 01:12:39 +01:00
2016-02-09 13:58:28 +01:00

PNImagePickerViewController

[![CI Status](http://img.shields.io/travis/Giuseppe Nucifora/PNImagePickerViewController.svg?style=flat)](https://travis-ci.org/Giuseppe Nucifora/PNImagePickerViewController) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

PNImagePickerViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PNImagePickerViewController"

#import <PNImagePickerViewController/PNImagePickerViewController.h>

PNImagePickerViewController *imagePicker = [[PNImagePickerViewController alloc] init];
imagePicker.delegate = self;
[imagePicker showImagePickerInController:self animated:YES];


#pragma mark - PNImagePickerViewControllerDelegate

- (void)imagePicker:(PNImagePickerViewController *)imagePicker didSelectImage:(UIImage *)image {
    self.imageView.image = image;
}



Author

Giuseppe Nucifora, me@giuseppenucifora.com

License

PNImagePickerViewController is available under the MIT license. See the LICENSE file for more info.

Description
No description provided
Readme MIT 2.3 MiB
Languages
Objective-C 95.2%
Ruby 4.8%