I want to change the background color of the webview. Not for the HTML document it display but for the actual scroll view which can be scrolled. If you scroll a web view you see a gray background color. I have tried below code for this but not working for me. Actually I want to make it transparent.
[detailWebV setOpaque:NO];
detailWebV.backgroundColor = [UIColor clearColor];
Thanks in advance!