I used in MainWindow.xib and added one image view and set image (for background).
now in my webview page i wrote this code
webView.backgroundColor = [UIColor clearColor];
[webView setOpaque:YES];
and also [webView setOpaque:NO];
but i am not getting MainWindow.xib image background in webview? any one pls help me?