CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

InstagramAssetsPicker 0.1.1

InstagramAssetsPicker 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by JG.



  • By
  • JG

Present Image Picker like Instagram, crop photo and video with GPUImage.

GIF

Installation

With CocoaPods, add this line to your Podfile.

pod 'InstagramAssetsPicker'

Usage

#import "IGAssetsPicker.h"
IGAssetsPickerViewController *picker = [[IGAssetsPickerViewController alloc] init];
picker.delegate = self;
[self presentViewController:picker animated:YES completion:NULL];

if you want crop the asset later,you should comment the IG_CROP_IMMEDIATELY define in IGAssetsPicker.h

Author

JG

Reference

InstagramPhotoPicker

UzysAssetsPickerController

License

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