如何更改UIWebView背景

时间:2010-08-11 12:47:40

标签: uiwebview

如何将UIWebView的默认灰色背景颜色更改为图像?

1 个答案:

答案 0 :(得分:4)

这是您设置背景图片的方法:

 self.webView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:imagePath]];