开发者

how to change the UIWebView background

开发者 https://www.devze.com 2023-01-10 22:20 出处:网络
How to change the default gray backgr开发者_运维知识库ound color of UIWebView to an image?This is how you can set the background image:

How to change the default gray backgr开发者_运维知识库ound color of UIWebView to an image?


This is how you can set the background image:

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

精彩评论

暂无评论...
验证码 换一张
取 消