3

When the viewcontroller overrides prefersStatusBarHidden and is set to be true. When there is a in-call status bar, there is a black bar on the top. Is there way to avoid this?

enter image description here

Siddharthan Asokan
  • 4,321
  • 11
  • 44
  • 80

1 Answers1

0

I think this is caused by auto layout. Please make constraints with view(not top layout guide). This maybe help.

Forge
  • 6,538
  • 6
  • 44
  • 64
Lumialxk
  • 6,239
  • 6
  • 24
  • 47