however, override var preferredStatusBarStyle: UIStatusBarStyle only works on activityVC and onboardingVC
for settingsVC it doesnt get called
for weeklyoverviewVC it does get called, but doesnt do anything. May have to do with MX subclass
also if i set dayVC which is weekly child, it does not get called
I tried setting setNeedsStatusBarAppearanceUpdate in viewDidLoad or Appear
I also ensured plist setting is for viewControllers, not app wide.
As for setting it app wide, i wasnt sure because onboarding always needs to be light on both themes
so i themed the status bar
however, override var preferredStatusBarStyle: UIStatusBarStyle only works on activityVC and onboardingVC for settingsVC it doesnt get called for weeklyoverviewVC it does get called, but doesnt do anything. May have to do with MX subclass also if i set dayVC which is weekly child, it does not get called
I tried setting setNeedsStatusBarAppearanceUpdate in viewDidLoad or Appear I also ensured plist setting is for viewControllers, not app wide. As for setting it app wide, i wasnt sure because onboarding always needs to be light on both themes