no message

This commit is contained in:
Ilya Laktyushin
2018-09-02 11:55:04 +03:00
parent 8fe41f324c
commit 4ec048feac
84 changed files with 890 additions and 540 deletions

View File

@@ -274,6 +274,7 @@ public final class PresentationThemeList {
public let itemSecondaryTextColor: UIColor
public let itemDisabledTextColor: UIColor
public let itemAccentColor: UIColor
public let itemHighlightedColor: UIColor
public let itemDestructiveColor: UIColor
public let itemPlaceholderTextColor: UIColor
public let itemBlocksBackgroundColor: UIColor
@@ -292,13 +293,14 @@ public final class PresentationThemeList {
public let controlSecondaryColor: UIColor
public let freeInputField: PresentationInputFieldTheme
public init(blocksBackgroundColor: UIColor, plainBackgroundColor: UIColor, itemPrimaryTextColor: UIColor, itemSecondaryTextColor: UIColor, itemDisabledTextColor: UIColor, itemAccentColor: UIColor, itemDestructiveColor: UIColor, itemPlaceholderTextColor: UIColor, itemBlocksBackgroundColor: UIColor, itemHighlightedBackgroundColor: UIColor, itemBlocksSeparatorColor: UIColor, itemPlainSeparatorColor: UIColor, disclosureArrowColor: UIColor, sectionHeaderTextColor: UIColor, freeTextColor: UIColor, freeTextErrorColor: UIColor, freeTextSuccessColor: UIColor, freeMonoIcon: UIColor, itemSwitchColors: PresentationThemeSwitch, itemDisclosureActions: PresentationThemeItemDisclosureActions, itemCheckColors: PresentationThemeCheck, controlSecondaryColor: UIColor, freeInputField: PresentationInputFieldTheme) {
public init(blocksBackgroundColor: UIColor, plainBackgroundColor: UIColor, itemPrimaryTextColor: UIColor, itemSecondaryTextColor: UIColor, itemDisabledTextColor: UIColor, itemAccentColor: UIColor, itemHighlightedColor: UIColor, itemDestructiveColor: UIColor, itemPlaceholderTextColor: UIColor, itemBlocksBackgroundColor: UIColor, itemHighlightedBackgroundColor: UIColor, itemBlocksSeparatorColor: UIColor, itemPlainSeparatorColor: UIColor, disclosureArrowColor: UIColor, sectionHeaderTextColor: UIColor, freeTextColor: UIColor, freeTextErrorColor: UIColor, freeTextSuccessColor: UIColor, freeMonoIcon: UIColor, itemSwitchColors: PresentationThemeSwitch, itemDisclosureActions: PresentationThemeItemDisclosureActions, itemCheckColors: PresentationThemeCheck, controlSecondaryColor: UIColor, freeInputField: PresentationInputFieldTheme) {
self.blocksBackgroundColor = blocksBackgroundColor
self.plainBackgroundColor = plainBackgroundColor
self.itemPrimaryTextColor = itemPrimaryTextColor
self.itemSecondaryTextColor = itemSecondaryTextColor
self.itemDisabledTextColor = itemDisabledTextColor
self.itemAccentColor = itemAccentColor
self.itemHighlightedColor = itemHighlightedColor
self.itemDestructiveColor = itemDestructiveColor
self.itemPlaceholderTextColor = itemPlaceholderTextColor
self.itemBlocksBackgroundColor = itemBlocksBackgroundColor