Can't change background for UIWebView in iPhone SDK
- by leon
Hi,
Is there a way to change background color for UIWebView? None of the colors set in IB effect UIWebView behavior: before acctual content is loaded it shows as up as white (causing a white flash between the moment it is loaded and content is rendered).
Setting background color programmatically does not do anything either. Here is code:
…