How to control the color of a UIWebView (before contents load)?
Posted
by RexOnRoids
on Stack Overflow
See other posts from Stack Overflow
or by RexOnRoids
Published on 2010-03-22T11:08:20Z
Indexed on
2010/03/22
11:11 UTC
Read the original article
Hit count: 395
I am trying to have a BLACK colored UIWebView before its contents load. In IB, i tried both making the background color of the UIWebView black, as well as, making it have a transparent background and have its parent view's background be black. Both don't work. When my UIWebView loads the background of it is white. How can I fix this?
© Stack Overflow or respective owner