Class
CameraViewController
class CameraViewController: UIViewController, CameraViewControllerPopUpViewDelegate
Manage the camera preview when using the App
Relationships
Conforms To
UIViewController
Initializers
init(mode:)
init(mode: RecordingMode)
init?(coder:)
required init?(coder: NSCoder)
Methods
viewWillAppear(_:)
override func viewWillAppear(_ animated: Bool)
Make sure the screen do not dim
recordButtonTapped()
@objc func recordButtonTapped()
perform actions when user press the record button
startRecording()
func startRecording()
dismissPopUpView()
func dismissPopUpView()
stopRecording()
func stopRecording()