readme.md

April 30, 2020 ยท View on GitHub

LFLCameraAndPhotoTool

  LFLCameraAndPhotoTool *tool = [LFLCameraAndPhotoTool shareInstance];
    
    [tool showPhotoInViewController:self photoDataBlock:^(UIImage *image, NSData *gifData, NSString *videoPath) {
        NSLog(@"%@",image);
    }];