Coder Social home page Coder Social logo

lfcamerapickercontroller's Introduction

LFCameraPickerController

  • 依赖SCRecorder库
  • 支持拍照、录制视频(断点录制)
  • 媒体编辑(依赖LFMediaEditingController库,默认没有编辑功能)
  • 详细使用见LFCameraPickerController.h 的初始化方法

Installation 安装

  • CocoaPods:pod 'LFCameraPickerController'
  • 手动导入:将LFCameraPickerControllerDEMO\class文件夹拽入项目中,导入头文件:#import "LFCameraPickerController.h"
  • 开启编辑功能:pod 'LFCameraPickerController/LFMediaEdit'

调用代码

  • LFCameraPickerController *camera = [[LFCameraPickerController alloc] init];

  • camera.canPause = YES; //开启断点录制

  • camera.flash = YES; //允许调节闪光灯

  • [self presentViewController:camera animated:YES completion:nil];

  • 设置代理方法,按钮实现

  • camera.pickerDelegate;

lfcamerapickercontroller's People

Contributors

lincf0912 avatar

Watchers

James Cloos avatar 小虫儿 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.