1
如何將UIWebView的默認灰色背景顏色更改爲圖像?如何更改UIWebView背景
如何將UIWebView的默認灰色背景顏色更改爲圖像?如何更改UIWebView背景
這是你可以設置背景圖片:
self.webView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:imagePath]];