Handle section header tint color update when theme change in SegmentedViewController

This commit is contained in:
SBiOSoftWhare
2019-02-08 15:17:58 +01:00
parent 64d9a17575
commit 5ece93816e
@@ -135,8 +135,6 @@
// Setup `MXKViewControllerHandling` properties
self.enableBarTintColorStatusChange = NO;
self.sectionHeaderTintColor = ThemeService.shared.theme.tintColor;
}
- (void)viewDidLoad
@@ -183,6 +181,8 @@
self.activityIndicator.backgroundColor = ThemeService.shared.theme.overlayBackgroundColor;
self.view.backgroundColor = ThemeService.shared.theme.backgroundColor;
self.sectionHeaderTintColor = ThemeService.shared.theme.tintColor;
}
- (UIStatusBarStyle)preferredStatusBarStyle