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

Can't change status bar text color. #53

Open
adarak opened this issue Feb 12, 2015 · 2 comments
Open

Can't change status bar text color. #53

adarak opened this issue Feb 12, 2015 · 2 comments

Comments

@adarak
Copy link

adarak commented Feb 12, 2015

Normally, I can simply add:

  • (UIStatusBarStyle)preferredStatusBarStyle{
    return UIStatusBarStyleLightContent;
    }

And that will change the status bar text color at the viewController level. This isn't working, and my status bar text is stuck on black.

I've tried adding the code in RBStoryBoardLink.m, and in the viewController it's pointing to, and neither of them work. I've also tried setting status bar to white in all 3 (navigationController, RBStoryBoardLink, and DestinationViewController) in interfaceBuilder. Nothing seems to work here.

Any ideas?

@stanislaw
Copy link

Strong +1 on this issue!!

@stanislaw
Copy link

This commit is what makes status bar text to be stuck in black.

Is this a desired behavior introduced in RBStoryboardLink? If the answer is yes I would highly appreciate a hint on how to cancel this behavior.

Thanks.

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