ChatInputTextStyle
@objcMembers
public final class ChatInputTextStyle : ChatStyle
Стиль для поля ввода текста
-
Конструктор
Declaration
Swift
public required init(components: ChatComponents)Parameters
componentsКомпоненты
-
Отображать ли обводку поля ввода
Declaration
Swift
public var hasBorder: Bool -
Ширина обводки
Declaration
Swift
public var borderWidth: CGFloat -
Цвет обводки
Declaration
Swift
public var borderColor: UIColor -
Стиль текста в поле ввода
Declaration
Swift
public var textStyle: ChatTextStyle -
Минимальная высота поля ввода
Declaration
Swift
public var minimumHeight: CGFloat -
Максимальная высота поля ввода
Declaration
Swift
public var maximumHeight: CGFloat -
Цвет курсора
Declaration
Swift
public var cursorColor: UIColor -
Выравнивание кнопок ввода относительно поля ввода
Declaration
Swift
@available(*, deprecated, message: "Выравнивание настраивается в ChatInputStyle") public var alignment: ChatInputAlignment
View on GitHub