mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Reskin:Create [RiotDesignValues applyStyleOnSearchBar:] and use it
This commit is contained in:
@@ -166,11 +166,10 @@
|
||||
self.recentsTableView.backgroundColor = kRiotPrimaryBgColor;
|
||||
topview.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
tableSearchBar.barStyle = self.recentsSearchBar.barStyle = kRiotDesignSearchBarStyle;
|
||||
tableSearchBar.tintColor = self.recentsSearchBar.tintColor = kRiotDesignSearchBarTintColor;
|
||||
tableSearchBar.barTintColor = self.recentsSearchBar.barTintColor = kRiotDesignSearchBarBarTintColor;
|
||||
|
||||
|
||||
[RiotDesignValues applyStyleOnSearchBar:tableSearchBar];
|
||||
[RiotDesignValues applyStyleOnSearchBar:self.recentsSearchBar];
|
||||
|
||||
if (self.recentsTableView.dataSource)
|
||||
{
|
||||
// Force table refresh
|
||||
|
||||
Reference in New Issue
Block a user