QuoteStyle
@objcMembers
public class QuoteStyle : ChatStyle
Стиль описывающий отображение цитат
-
Undocumented
Declaration
Swift
public init(authorLabel: TextChatStyle, contentLabel: TextChatStyle, separatorColor: UIColor, backgroundColor: UIColor)
-
Стиль текста строки автора сообщения
Declaration
Swift
public var authorTextStyle: TextChatStyle
-
Стиль текста сообщения
Declaration
Swift
public var messageTextStyle: TextChatStyle
-
Цвет разделителя (слева от цитаты)
Declaration
Swift
public var separatorColor: UIColor
-
Отображение имени при цитировании
Declaration
Swift
public var showFullName: Bool