Is there a way to change background color for UIWebView?
UIWebView
None of the colors set in IB effect UIWebView behavior: before actual content is l
I got a solution. Add the web view after it is loaded.
-(void)webViewDidFinishLoad: (UIWebView *)pageView { self.view =pageView; [pageView release]; }