antoninbiret / PKImagePickerDemo

Replacement for ImagePicker which also combines camera and album

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PKImagePickerDemo

Replacement for UIIMagePickerController, which has camera and album integrated and easy to switch between them

PKImagePicker

##Usage

pod 'PKImagePicker', '~> 0.0.4'

#import 'PKImagePickerViewController.h' PKImagePickerViewController *imagePicker = [[PKImagePickerViewController alloc]init]; imagePicker.delegate = self; [self presentViewController:imagePicker animated:YES completion:nil];

About

Replacement for ImagePicker which also combines camera and album

License:MIT License


Languages

Language:Objective-C 83.6%Language:Ruby 16.4%