NKJMultiMovieCaptureView is CaptureSessionView for saving videos while touching the screen.
let previewView = NKJMultiMovieCaptureView(
frame: CGRectMake(0, 20, CGRectGetWidth(self.view.bounds), CGRectGetWidth(self.view.bounds))
)
self.view.addSubview(previewView)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
NKJMultiMovieCaptureView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NKJMultiMovieCaptureView"nakajijapan, pp.kupepo.gattyanmo@gmail.com
NKJMultiMovieCaptureView is available under the MIT license. See the LICENSE file for more info.