Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it

This commit is contained in:
manuroe
2018-11-30 15:56:10 +01:00
parent b7e8c97efc
commit 5e1ad8dc48
11 changed files with 34 additions and 18 deletions
@@ -20,6 +20,7 @@
#import "RoomMemberDetailsViewController.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
#import "Contact.h"
@@ -162,7 +163,7 @@
[self refreshSearchBarItemsColor:_searchBarView];
_searchBarHeaderBorder.backgroundColor = kRiotAuxiliaryColor;
_searchBarHeaderBorder.backgroundColor = RiotDesignValues.colorValues.headerBorder;
// Check the table view style to select its bg color.
self.tableView.backgroundColor = ((self.tableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);