Is there a way to change the color of the gray underside of the UIWebView that's seen when the page is overscrolled?
Just set the backgroundColor property. Below I mentioned swift 3 syntax, currently instead of Color, Xcode is providing color plate for mentioning color
backgroundColor
webview.backgroundColor = Color.white
2.1m questions
2.1m answers
60 comments
57.0k users