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
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?
The text was updated successfully, but these errors were encountered:
Normally, I can simply add:
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?
The text was updated successfully, but these errors were encountered: