UIWebView *webview = [[UIWebView alloc] init]; ... webview.backgroundColor = [UIColor clearColor]; webview.opaque = NO; ...