QuickReplyStyle
@objcMembers
public final class QuickReplyStyle : ChatStyle
Стиль отображения кнопок быстрых ответов
-
Конструктор
Declaration
Swift
public required init(components: ChatComponents)Parameters
componentsКомпоненты
-
Режим отображения
See moreDeclaration
Swift
@objc public enum QuickReplyMode : Int -
Режим отображения
Declaration
Swift
public var mode: QuickReplyMode -
Выравнивание по горизонтали
Declaration
Swift
public var alignment: ChatAlignment -
Шрифт для кнопок быстрых ответов
Declaration
Swift
public lazy var font: UIFont { get set } -
Цвет кнопок быстрых ответов
Declaration
Swift
public lazy var color: ChatButtonColor { get set } -
Цвет текста кнопок быстрых ответов
Declaration
Swift
public lazy var textColor: ChatButtonColor { get set } -
Цвет границы кнопок быстрых ответов
Declaration
Swift
public lazy var borderColor: ChatButtonColor { get set } -
Высота кнопки быстрого ответа (только в режиме embed)
Declaration
Swift
public var buttonHeight: CGFloat -
Толщина границы кнопки быстрого ответа
Declaration
Swift
public var borderWidth: CGFloat -
Отступы от границ
Declaration
Swift
public let insets: UIEdgeInsets
View on GitHub