UIWebView transparent background color You can use these two lines code to make a UIWebView transparent. self.webView.backgroundColor = UIColor.clearColor; self.webView.opaque = NO;