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 }
  • The color of the outline around the red recording button. This property supports being set via a UIAppearance proxy.

    Declaration

    Swift

    public dynamic var outlineColor: UIColor? { get set }