You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I can't set view controller-based status bar appearance to NO because my app behavior is different? I would write an extension for EKRootViewController to override preferredStatusBarStyle getter but the class is not public so I can't. Is there a workaround?
The text was updated successfully, but these errors were encountered:
Hi, sorry for the delay. The requested adjustment has been made and is available on 0.5.4.
Please read the status bar section. It's basically the same API as before, only the internal implementation has been changed.
Cheers!
What if I can't set view controller-based status bar appearance to NO because my app behavior is different? I would write an extension for
EKRootViewController
to overridepreferredStatusBarStyle
getter but the class is not public so I can't. Is there a workaround?The text was updated successfully, but these errors were encountered: