WebView Overlapping

Hi, I trying to put contraint on my webview because its overlapping on the status bar.


I'm using Xcode 9.2.


When scrolling I dont want that the status bar go "translucent" or anything because its not readable I want a hard white but I cannot find the solution. I have put contraint but they dont seem to work.


Any ideas ?

Replies

Place constraints on the web view to the safe area of the superview. Can you share a screenshot of how your interface is configured?