/FACameraView

Primary LanguageObjective-CMIT LicenseMIT

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.