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
It seems that presenting the LMAlertView from a view with a view controller that sets preferredStatusBarStyle to UIStatusBarStyleLightContent will result in a status bar style reset back to UIStatusBarStyleDefault when the alert view is visible.
My workaround is now to implement preferredStatusBarStyle with a fixed return value to LMEmbeddedViewController.m:
It seems that presenting the
LMAlertView
from a view with a view controller that setspreferredStatusBarStyle
toUIStatusBarStyleLightContent
will result in a status bar style reset back toUIStatusBarStyleDefault
when the alert view is visible.My workaround is now to implement
preferredStatusBarStyle
with a fixed return value to LMEmbeddedViewController.m:The text was updated successfully, but these errors were encountered: