Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statusbar Visible when showing the SCLAlertView #208

Closed
pangelovski opened this issue Jun 21, 2016 · 1 comment
Closed

Statusbar Visible when showing the SCLAlertView #208

pangelovski opened this issue Jun 21, 2016 · 1 comment

Comments

@pangelovski
Copy link

Hi, I have a ViewController where I am hiding the statusbar but when displaying the alertview the statusbar pops up during the show and then the statusbar hides after the alertview is dismissed.
How can I prevent the statusbar from showing?

@dogo
Copy link
Owner

dogo commented Jun 21, 2016

/** Set status bar hidden.
 *
 * Status bar hidden
 */
@property (nonatomic) BOOL statusBarHidden;

/** Set status bar style.
 *
 * Status bar style
 */
@property (nonatomic) UIStatusBarStyle statusBarStyle;

@dogo dogo closed this as completed Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants