Colors
struct Colors
Voice capture UI customization color overrides.
-
Optional Close button color override. Default is
nil.Declaration
Swift
public var closeButtonColor: UIColor? -
Optional Close button text color override. Default is
nil.Declaration
Swift
public var closeButtonTextColor: UIColor? -
Optional Close button image tint color override. Default is
nil.Declaration
Swift
public var closeButtonImageTintColor: UIColor? -
Optional background color override. Default is
nil.Declaration
Swift
public var backgroundColor: UIColor? -
Optional timer label Text color override. Default is
nil.Declaration
Swift
public var timerLabelTextColor: UIColor? -
Optional
Deletebutton image tint color override. Default isnil.Declaration
Swift
public var deleteButtonImageTintColor: UIColor? -
Optional
Stopbutton image tint color override. Default isnil.Declaration
Swift
public var stopButtonImageTintColor: UIColor? -
Optional
Playbutton image tint color override. Default isnil.Declaration
Swift
public var playButtonImageTintColor: UIColor? -
Optional
Recordingbutton image tint color override. Default isnil.Declaration
Swift
public var recordingButtonImageTintColor: UIColor? -
Optional
Pausebutton image tint color override. Default isnil.Declaration
Swift
public var pauseButtonImageTintColor: UIColor? -
Optional
Savebutton image tint color override. Default isnil.Declaration
Swift
public var saveButtonImageTintColor: UIColor? -
Optional
Deletelabel text color override. Default isnil.Declaration
Swift
public var deleteLabelTextColor: UIColor? -
Optional
Stoplabel text color override. Default isnil.Declaration
Swift
public var stopLabelTextColor: UIColor? -
Optional
Playlabel text color override. Default isnil.Declaration
Swift
public var playLabelTextColor: UIColor? -
Optional
Recordinglabel text color override. Default isnil.Declaration
Swift
public var recordingLabelTextColor: UIColor? -
Optional
Pauselabel text color override. Default isnil.Declaration
Swift
public var pauseLabelTextColor: UIColor? -
Optional
Savelabel text color override. Default isnil.Declaration
Swift
public var saveLabelTextColor: UIColor?