Skip to content

uniqueway/UWPhotoPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstagramPhotoPicker

Version License Platform

Present Image Picker like Instagram

Installation

With CocoaPods, add this line to your Podfile.

pod 'TWPhotoPicker', '~> 1.0.0'

Screenshots

Example

Usage

    TWPhotoPickerController *photoPicker = [[TWPhotoPickerController alloc] init];
    photoPicker.cropBlock = ^(UIImage *image) {
        //do something
    };
    [self presentViewController:photoPicker animated:YES completion:NULL];

Requirements

  • iOS 7 or higher
  • Automatic Reference Counting (ARC)

Author

License

TWPhotoPicker is released under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages