QuickReplyStyle
@objcMembers
public class QuickReplyStyle : ChatStyle
Undocumented
-
Undocumented
Declaration
Swift
override public init(components: ChatComponents)
-
Режим отображения
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 var borderWidth: CGFloat
-
Отступы от границ
Declaration
Swift
public let insets: UIEdgeInsets
-
Цвет кнопок быстрых ответов
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