You can set the opaque property of the webview to NO and then set background color of the view beneath.
[webView setOpaque:NO];
You can set the opaque property of the webview to NO and then set background color of the view beneath.
[webView setOpaque:NO];