Skip to content

JesseGuoX/InstagramAssetsPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstagramAssetsPicker

Version License Platform

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;
picker.cropAfterSelect = true;
[self presentViewController:picker animated:YES completion:NULL];

If you want to crop the asset later, set cropAfterSelect to false on the IGAssetsPickerViewController instance.

Author

JG

Reference

InstagramPhotoPicker

UzysAssetsPickerController

License

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

About

A assets picker like Instagram with photo and video crop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages