reskin: Delegate navigation and search bars styling to theme

This commit is contained in:
manuroe
2019-01-10 16:35:34 +01:00
parent de0f5522ff
commit eebe36248f
41 changed files with 112 additions and 76 deletions
+2 -2
View File
@@ -98,7 +98,7 @@
- (void)userInterfaceThemeDidChange
{
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.barTitleColor = kRiotPrimaryTextColor;
self.activityIndicator.backgroundColor = kRiotOverlayColor;
@@ -283,7 +283,7 @@
UINavigationController *usersDevicesNavigationController = [[RiotNavigationController alloc] init];
// Set Riot navigation bar colors
[RiotDesignValues applyStyleOnNavigationBar:usersDevicesNavigationController.navigationBar];
[RiotDesignValues.theme applyStyleOnNavigationBar:usersDevicesNavigationController.navigationBar];
usersDevicesNavigationController.navigationBar.barTintColor = kRiotPrimaryBgColor;
[usersDevicesNavigationController pushViewController:usersDevicesViewController animated:NO];