Skip to content

vladzz/InstagramPhotoPicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstagramPhotoPicker

Version License Platform

###TWInstagramPhotoPicker:### Present Image Picker like Instagram

  • lets you add custom actions to extend the picker
  • allows you to select different photo albums

Installation

With CocoaPods, add this line to your Podfile.

pod 'TWPhotoPicker', '~> 1.0.1' or
pod 'TWPhotoPicker', :git => 'https://github.com/vladzz/InstagramPhotoPicker.git'

Screenshots

Example Example2 Example3

Usage

    TWPhotoPickerController *photoPicker = [[TWPhotoPickerController alloc] init];
    photoPicker.cropBlock = ^(UIImage *image, NSURL *originalAssetURL) {
        //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

Present Image Picker like Instagram

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.3%
  • Ruby 1.7%