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
@@ -72,8 +72,7 @@
self.activityIndicator.backgroundColor = kRiotOverlayColor;
self.searchBar.barStyle = kRiotDesignSearchBarStyle;
self.searchBar.tintColor = kRiotDesignSearchBarTintColor;
[RiotDesignValues applyStyleOnSearchBar:self.searchBar];
// Use the primary bg color for the table view in plain style.
self.tableView.backgroundColor = kRiotPrimaryBgColor;