1

I'm struggling to manage the status bar since I placed a Navigation Controller. When my intro navigation flow passes only through ViewControllers it worked smoothly. Now I put a Navigation controller in front of my introVC and the frame is shifted down by the size of the status bar as shown in the images linked below.

Now how it looks like :

after

I cannot understand how to solve it, can you please give me some advice?

Here my Storybord :

Storyboard

Michele

byJeevan
  • 3,728
  • 3
  • 37
  • 60
Michele A.
  • 11
  • 3
  • do you post your storyBoard screenshot? – Joe Dec 16 '16 at 12:14
  • Hi Joe, I add my Storyboard screen. Thank you – Michele A. Dec 16 '16 at 12:36
  • your screenshot looks like you haven't embedded naviationController properly and its not very clear to understand. can you post your whole storyBoard? and make sure navigationController `barVisibility` ticked on `Shows navigation Bar` in `Attribute Inspector` ? – Joe Dec 16 '16 at 12:40
  • pls select navigation viewcontroller and select check mark box "Bar Visibility" as selected – Birendra Dec 16 '16 at 12:40
  • Hi, I dont need a Navigation Bar, so I disabled all barVisibility checkbox. – Michele A. Dec 16 '16 at 13:46
  • My Storyboard includes more then 30 VC and a screenshot of all my storyboard is not readable. My impression is that the NC embed my VC down the status bar, but my VC includes also the height of the status bar (self.view.frame.height) so there is a small vertical scroll effect now.. – Michele A. Dec 16 '16 at 13:52
  • @MicheleA. you need to adjust your view constraints to manage it . – Tushar Sharma Nov 17 '17 at 05:29

1 Answers1

0

Have you embed your introVC into a Navigation controller or how did you connect those two?

Misha
  • 181
  • 11