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
In Xcode 4.6.3
- (void)viewDidLoad { [super viewDidLoad]; self.viewWeb.hidden = YES; self.viewWeb.delegate = self; // this allows the UIWebView box to your background color seamlessly. self.viewWeb.opaque = NO; }