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
I hide statusBar on all viewControllers using - (BOOL)prefersStatusBarHidden and checked Hide status bar in project settings, but after calling showActionSheetPicker statusBar become visible again. After actionSheet was dismissed, statusBar hides too.
How can I show picker without changing statusBar state?
The text was updated successfully, but these errors were encountered:
I hide statusBar on all viewControllers using
- (BOOL)prefersStatusBarHidden
and checkedHide status bar
in project settings, but after callingshowActionSheetPicker
statusBar become visible again. After actionSheet was dismissed, statusBar hides too.How can I show picker without changing statusBar state?
The text was updated successfully, but these errors were encountered: