NKJMultiMovieCaptureView 1.2.0

NKJMultiMovieCaptureView 1.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2015
SPMSupports SPM

Maintained by nakajijapan.



NKJMultiMovieCaptureView

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, [email protected]

License

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