VideoRecordButton

public final class VideoRecordButton: UIControl

A VideoRecordButton is a button that can be used to start a video recording. It animates between a ‘Start recording’ and a ‘Stop recording’ state.

  • Whether or not the button is currently in recording mode.

    Declaration

    Swift

    public var isRecording = false