fadizant / FACameraView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FACameraView

CI Status Version License Platform

Example

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




    CameraViewController *cam = [CameraViewController new];
    cam.max = 3;//maximum number of images
    cam.didDismiss = ^void(NSMutableArray<FAImageLibraryItem*>* images)
    {
        //your code here
    };
    
    [self presentViewController:cam animated:YES completion:^{
    }];

Requirements

Installation

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

pod 'FACameraView'

Author

fadizant, fadizant@hotmail.com

License

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

About

License:MIT License


Languages

Language:Objective-C 70.2%Language:Shell 27.4%Language:Ruby 2.4%