Version: iOS 1.0.12
Recorder View Controller
This guide shows you how to use our customizable View Controller to record multiple clips.
#
Features- Record multiple video clips
- Record single video clip
- Stitch video recordings together into one single video file
- Toggle Flashlight
- Zoom
- Tap/Hold to record
- 3 and 10 seconds Timer
- Switch between different recording modes (defaults to 15/60 seconds)
- Autofocus / Tap to focus
- Import from camera roll
- Switch between front/back camera

#
UsageCreate a new swift file RecorderViewController.swift with the following content:
RecorderViewController.swift
Your Recorder is now ready to be used.

#
CustomizationVKRecorderViewController
provides a variety of datasource methods so you can customize its look and feel and behaviour.
Just implement the following methods in accordance to the VKRecorderViewControllerDataSource
.
#
DelegatesGet full control over the recording by implementing any of the following VKRecorderViewControllerDelegate
delegate methods: