I’ve configured app to support Notch Screen devices Running my App in the iPhone X Simulator.
the App is working fine in Normal views but does not use the full screen space if I have NAVIGATION CONTROLLERS
a strange Transparent Black Shade is appearing over the Navigation bar
Does anybody help me on this what is happening here and how to resolve this? I can’t find any new settings in Interface Builder.
2
Answers
Try to set status bar background color with the same color of navigation controller, add this extension:
Now in viewDidLoad call:
HI Please add the below code in Appdelegate did finish launch