Skip to content

nakajijapan/NKJMultiMovieCaptureView

Repository files navigation

NKJMultiMovieCaptureView

Carthage Version License Platform

NKJMultiMovieCaptureView is CaptureSessionView for saving videos while touching the screen.

Usage

let previewView = NKJMultiMovieCaptureView(
frame: CGRectMake(0, 20, CGRectGetWidth(self.view.bounds), CGRectGetWidth(self.view.bounds))
)
self.view.addSubview(previewView)

Requirements

NKJMultiMovieCaptureView higher requires Xcode 5, targeting either iOS 7.1 and above, or Mac OS 10.9 OS X Mavericks and above.

  • AVFoundation.framework
  • CoreMedia.framework

Installation

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

pod "NKJMultiMovieCaptureView"

Author

nakajijapan, pp.kupepo.gattyanmo@gmail.com

License

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

About

CaptureSessionView to save videos while touching the screen

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors