InputChatStyle

@objcMembers
public class InputChatStyle : ChatStyle

Стиль для поля ввода текста

Lifecycle

Public

  • Отображать ли обводку поля ввода

    Declaration

    Swift

    public var hasBorder: Bool
  • Ширина обводки

    Declaration

    Swift

    public var borderWidth: CGFloat
  • Цвет обводки

    Declaration

    Swift

    public var borderColor: UIColor
  • Текст

    Declaration

    Swift

    public var text: ChatText
  • Стиль подсказки для поля ввода

    Declaration

    Swift

    public var placeholderStyle: PlaceholderChatStyle
  • Минимальная высота поля ввода

    Declaration

    Swift

    public var minimumHeight: CGFloat
  • / Максимальная высота поля ввода

    Declaration

    Swift

    public var maximumHeight: CGFloat
  • Цвет курсора

    Declaration

    Swift

    public var cursorColor: UIColor
  • Выравнивание кнопок ввода относительно поля ввода

    Declaration

    Swift

    public var alignment: ChatInputAlignment