VideoRecordButton

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKVideoRecordButton)
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: Bool { get set }