rob-brown / RBStoryboardLink

Makes transitioning between storyboards possible.
Other
841 stars 110 forks source link

hide navigation bar will introduce 20px black status bar. #63

Open meanball opened 9 years ago

meanball commented 9 years ago

Hi, I followed RBStoryboardLink demo example and try to make root view controller of a navigation view controller to hide navigation bar.

It introduced a 20px black status bar, which is not what I wanted. How can I remove it? I have tried options such as uncheck extend edges under top bars or uncheck adjust scroll view insets but nothing works so far.

Anyone knows how to resolve this issue(I still need the status bar)? thanks! ios simulator screen shot 4 jun 2015 10 03 55 pm

meanball commented 9 years ago

I found this issue has nothing to do with navigation controller. as long as I use a tab bar controller and link to a separate storyboard, (which view controller not embeded in navigation controller), will have this issue.