Wednesday, June 27, 2012

thumbnail

How to Set UIWebView background to black.

You need to do this.


webView.opaque = NO;
webView.backgroundColor = [UIColor clearColor];
And you need to set the background color of passing html string to black and color to white for text.

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

comments

About me

simple one.