Latest | 0.1.1 |
---|---|
Homepage | https://github.com/JGINGIT/InstagramAssetsPicker |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | GPUImage |
Authors |
Present Image Picker like Instagram, crop photo and video with GPUImage.
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
Reference
License
InstagramAssetsPicker is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "InstagramAssetsPicker", "version": "0.1.1", "summary": "A assets picker like Instagram with photo and video crop", "homepage": "https://github.com/JGINGIT/InstagramAssetsPicker", "license": "MIT", "authors": { "JG": "[email protected]" }, "source": { "git": "https://github.com/JGINGIT/InstagramAssetsPicker.git", "tag": "0.1.1" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resources": "Pod/Assets/InstagramAssetsPicker.bundle", "dependencies": { "GPUImage": [ "~> 0.1.6" ] } }
Sun, 06 Mar 2016 04:19:03 +0000