I am using a webview . i am loading a pdf page in webview. but there is a gray color of webview. i would like to clear it. i tried as given below
[we setOpaque:NO];
[we.layer setBackgroundColor:[UIColor whiteColor]];
This is not working. Please help me in advanced