我正在开发IOS应用程序。它有一个webView
设置背景图片,我在webView
上滚动时遇到问题它复制了背景图像,因为我看到它有2个背景图像。对于webView
,它看起来像一个,在视图控制器的背景图像下看起来像一个。
这是我在viewDidLoad
中设置背景图片的代码:
webview.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"iphone4-screen.png"]];
提前致谢。