###TWInstagramPhotoPicker:### Present Image Picker like Instagram
- lets you add custom actions to extend the picker
- allows you to select different photo albums
With CocoaPods, add this line to your Podfile.
pod 'TWPhotoPicker', '~> 1.0.1' or
pod 'TWPhotoPicker', :git => 'https://github.com/vladzz/InstagramPhotoPicker.git'
TWPhotoPickerController *photoPicker = [[TWPhotoPickerController alloc] init];
photoPicker.cropBlock = ^(UIImage *image, NSURL *originalAssetURL) {
//do something
};
[self presentViewController:photoPicker animated:YES completion:NULL];
- iOS 7 or higher
- Automatic Reference Counting (ARC)
TWPhotoPicker is released under the MIT license. See the LICENSE file for more info.