From cfa83e6878ffba2418c93a13ec48fd80b255ca9f Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Thu, 15 Mar 2018 14:16:43 +0300 Subject: [PATCH] [ios] Fixed bookmarks UI in night mode --- .../Bookmarks/Categories/Actions/BMCActionsCreateCell.swift | 2 +- .../Bookmarks/Categories/Actions/BMCActionsCreateCell.xib | 2 +- .../Maps/Bookmarks/Categories/BMCView/BMCViewController.xib | 5 ++++- .../Bookmarks/Categories/Categories/BMCCategoryCell.swift | 2 +- .../Categories/Notifications/BMCNotificationsCell.swift | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.swift b/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.swift index eed93aa50a..8fedd3f21c 100644 --- a/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.swift +++ b/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.swift @@ -1,4 +1,4 @@ -final class BMCActionsCreateCell: UITableViewCell { +final class BMCActionsCreateCell: MWMTableViewCell { @IBOutlet private weak var actionImage: UIImageView! { didSet { actionImage.tintColor = .linkBlue() diff --git a/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.xib b/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.xib index 1d1ced2f4e..b409252c6d 100644 --- a/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.xib +++ b/iphone/Maps/Bookmarks/Categories/Actions/BMCActionsCreateCell.xib @@ -36,7 +36,7 @@ - + diff --git a/iphone/Maps/Bookmarks/Categories/BMCView/BMCViewController.xib b/iphone/Maps/Bookmarks/Categories/BMCView/BMCViewController.xib index c9f0c74b48..76a1d24a65 100644 --- a/iphone/Maps/Bookmarks/Categories/BMCView/BMCViewController.xib +++ b/iphone/Maps/Bookmarks/Categories/BMCView/BMCViewController.xib @@ -21,13 +21,16 @@ - + + + + diff --git a/iphone/Maps/Bookmarks/Categories/Categories/BMCCategoryCell.swift b/iphone/Maps/Bookmarks/Categories/Categories/BMCCategoryCell.swift index 39350f435c..abacabd38b 100644 --- a/iphone/Maps/Bookmarks/Categories/Categories/BMCCategoryCell.swift +++ b/iphone/Maps/Bookmarks/Categories/Categories/BMCCategoryCell.swift @@ -3,7 +3,7 @@ protocol BMCCategoryCellDelegate { func moreAction(category: BMCCategory, anchor: UIView) } -final class BMCCategoryCell: UITableViewCell { +final class BMCCategoryCell: MWMTableViewCell { @IBOutlet private weak var visibility: UIButton! @IBOutlet private weak var title: UILabel! { didSet { diff --git a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.swift b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.swift index 0eb7f29540..b31e256a5b 100644 --- a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.swift +++ b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.swift @@ -1,4 +1,4 @@ -final class BMCNotificationsCell: UITableViewCell { +final class BMCNotificationsCell: MWMTableViewCell { @IBOutlet private weak var spinner: UIView! { didSet { circularProgress = MWMCircularProgress(parentView: spinner)