在IOS中滚动Webview时复制背景图像UIWebview

时间:2014-12-26 05:02:39

标签: ios webview background-image

我正在开发IOS应用程序。它有一个webView设置背景图片,我在webView上滚动时遇到问题它复制了背景图像,因为我看到它有2个背景图像。对于webView,它看起来像一个,在视图控制器的背景图像下看起来像一个。

这是我在viewDidLoad中设置背景图片的代码:

webview.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"iphone4-screen.png"]];

提前致谢。

0 个答案:

没有答案