TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2015 |
SPMSupports SPM | ✗ |
Maintained by nakajijapan.
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.
NKJMultiMovieCaptureView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NKJMultiMovieCaptureView"
nakajijapan, [email protected]
NKJMultiMovieCaptureView is available under the MIT license. See the LICENSE file for more info.