1

When Other Applications uses Location services iOS status bar example given below. enter image description here

It Causes a black status bar above and it causes some problem on network operations such as sending data to the server / Job request are not working when the black status bar appear only. See Below Screenshot. enter image description here Sometimes it causes on below screen as well. enter image description here

When Black bar appears on the screen it's not going away till closes the app and re open it. It causing major functionalities of this app.

James Z
  • 12,209
  • 10
  • 24
  • 44
Fido
  • 218
  • 1
  • 17

1 Answers1

0

Select viewcontroller->view and from size inspector uncheck "Safe Area Relative Margins". Then you will have the safe area removed. I think it will solve your black bar issue. Check this for better understanding

Thanks