Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

File metadata and controls

10 lines (7 loc) · 263 Bytes

LFLCameraAndPhotoTool

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