CLASS

MessageViewStyle

Contents

public final class MessageViewStyle: UIStyle, StyleLoadable

The UIStyle subclass used for MessageView UI component styling definitions.

Properties

commonUIStyle

public let commonUIStyle: CommonUIStyle

iconTextPadding

public let iconTextPadding: Double

alignment

public let alignment: UIStackView.Alignment

textAppearance

public var textAppearance: TextAppearance

textColor

public var textColor: UIColor

image

public let image: UIImage?

borderColor

public var borderColor: UIColor

borderWidth

public var borderWidth: Double

cornerRadius

public var cornerRadius: Double

imageTintColor

public let imageTintColor: UIColor?

Methods

init(from:)

public convenience init(from decoder: Decoder) throws

Parameters

Name Description
decoder The decoder to read data from.