标签: uiwebview
如何将UIWebView的默认灰色背景颜色更改为图像?
答案 0 :(得分:4)
这是您设置背景图片的方法:
self.webView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:imagePath]];