I am loading an HTML string into a UIWebView in order to be able to view rich text. So far, so good. But I have one small problem: in my Nib file, I set the background attribute
webView.opaque = NO; webView.backgroundColor = [UIColor clearColor];