ChatButtonColor
@objcMembers
public final class ChatButtonColor : NSObject
Цвета кнопок в дизайн системе для разных состояний
-
Детальный конструктор
Declaration
Swift
public init(normal: UIColor, highlighted: UIColor, disabled: UIColor)Parameters
normalОбычное состояние
highlightedПодсвеченное состояние
disabledНеактивное состояние
-
Обычное состояние
Declaration
Swift
public var normal: UIColor -
Подсвеченное состояние
Declaration
Swift
public var highlighted: UIColor -
Документация недоступна
Declaration
Swift
public var disabled: UIColor
View on GitHub