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
@@ -18,6 +18,7 @@
#import "StartChatViewController.h"
#import "AppDelegate.h"
#import "Riot-Swift.h"
@interface StartChatViewController ()
{
@@ -148,7 +149,7 @@
[self refreshSearchBarItemsColor:_searchBarView];
_searchBarHeaderBorder.backgroundColor = kRiotAuxiliaryColor;
_searchBarHeaderBorder.backgroundColor = RiotDesignValues.colorValues.headerBorder;
// Check the table view style to select its bg color.
self.contactsTableView.backgroundColor = ((self.contactsTableView.style == UITableViewStylePlain) ? kRiotPrimaryBgColor : kRiotSecondaryBgColor);