Skip to content

BrammanandSoni/BRImagePickerPod

Repository files navigation

BRImagePicker

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

BRImagePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BRImagePicker"

Initialize BRImagePicker

BRImagePicker *imagePicker = [[BRImagePicker alloc] initWithPresentingController:self];
[imagePicker showPickerWithDataBlock:^(NSArray *data) {
    NSLog(@"Selected BR_ImageInfo = %@",data);
}];

It will return an Array of "BR_ImageInfo" object, which is having "image" and "caption" property. BR_ImageInfo object have image property which will give you the image after cropping.

giphy

Author

BrammanandSoni, bramm.soni12@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published