Colors
struct Colors
Signature capture UI customization color overrides.
-
Optional Signature Screen background color override. Default is
nil.Declaration
Swift
public var backgroundColor: UIColor? -
Optional Signature Screen back button color override. Default is
nil.Declaration
Swift
public var backButtonColor: UIColor? -
Optional Signature Screen back button Text override. Default is
nil.Declaration
Swift
public var backButtonTintColor: UIColor? -
Optional Signature Screen title label color override. Default is
nil.Declaration
Swift
public var titleLabelColor: UIColor? -
Optional Signature Screen title label text color override. Default is
nil.Declaration
Swift
public var titleLabelTextColor: UIColor? -
Optional Signature Screen clear button color override. Default is
nil.Declaration
Swift
public var clearButtonColor: UIColor? -
Optional Signature Screen clear button text color override. Default is
nil.Declaration
Swift
public var clearButtonTextColor: UIColor? -
Optional Signature Screen done button color override. Default is
nil.Declaration
Swift
public var doneButtonColor: UIColor? -
Optional Signature Screen done button text color override. Default is
nil.Declaration
Swift
public var doneButtonTextColor: UIColor? -
Optional Signature Screen signature stroke color override. Default is
nil.Declaration
Swift
public var signatureStrokeColor: UIColor?