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
Set the background color in your html itself using css markup.
Or, set the webview's opaque property to NO .. and set the background of the view underneath to green.
opaque
NO
UIWebView themselves don't seem to understand background color-- since they are rendering documents.
UIWebView