Structure
DSSAppearance.Buttons
public struct Buttons
Внешний вид кнопок
Relationships
Member Of
DSSAppearance
Статический класс для хранения данных об внешнем виде UI
Initializers
init(primary:secondary:overlay:documentCellMore:documentCellDetails:operationInfo:forgotPIN:)
public init(
primary: DSSAppearance.ButtonAppearance,
secondary: DSSAppearance.ButtonAppearance,
overlay: DSSAppearance.ButtonAppearance,
documentCellMore: DSSAppearance.ButtonAppearance,
documentCellDetails: DSSAppearance.ButtonAppearance,
operationInfo: DSSAppearance.ButtonAppearance,
forgotPIN: DSSAppearance.ButtonAppearance)
Конструктор
Parameters
Name | Type | Description |
---|---|---|
primary | DSSAppearance.ButtonAppearance |
Основные кнопки |
secondary | DSSAppearance.ButtonAppearance |
Вторичные кнопки |
overlay | DSSAppearance.ButtonAppearance |
Кнопки размещённые на затемняющем фоне |
documentCellMore | DSSAppearance.ButtonAppearance |
Кнопка «Показать больше» на превью документа |
documentCellDetails | DSSAppearance.ButtonAppearance |
Кнопка «Подробнее» на превью документа |
operationInfo | DSSAppearance.ButtonAppearance |
Кнопка «Информация об операции» |
forgotPIN | DSSAppearance.ButtonAppearance |
Кнопка «Забыл ПИН-код» |
Properties
documentCellMore
public var documentCellMore: ButtonAppearance
Кнопка «Показать больше» на превью документа
documentCellDetails
public var documentCellDetails: ButtonAppearance
Кнопка «Подробнее» на превью документа