UIWebView underside

iphone

Solution

Just set the `backgroundColor` property. Below I mentioned swift 3 syntax, currently instead of Color, Xcode is providing color plate for mentioning color

webview.backgroundColor = Color.white

Problem

Is there a way to change the color of the gray underside of the UIWebView that's seen when the page is overscrolled?

Original source

Related problems