ChatStyle
@objcMembers
public class ChatStyle : NSObject
Родительский стиль компонента в ChatCenterUI SDK
-
Undocumented
Declaration
Swift
public init(components: ChatComponents)
-
Undocumented
Declaration
Swift
public init(images: ChatImages, colors: ChatColors, typography: ChatTypography)
-
Настройки компонентов в СДК
Declaration
Swift
public var components: ChatComponents?
-
Настройки изображений в СДК
Declaration
Swift
public let images: ChatImages
-
Настройки цветов в СДК
Declaration
Swift
public let colors: ChatColors
-
Настройки шрифтов в СДК
Declaration
Swift
public let typography: ChatTypography
-
Округление углов у элемента (если применимо к элементу, иначе игнорируется)
Declaration
Swift
public var cornerRadius: CGFloat
-
Цвет фона элемента
Declaration
Swift
public var backgroundColor: UIColor
-
Цвет элемента (если применимо к элементу, иначе игнорируется)
Declaration
Swift
public var tintColor: UIColor