UIwebview 背景色调整

时间:2014-06-04 17:23:59   收藏:0   阅读:291

自定义webview背景色  重点是把webview弄成透明的 然后把self.view的背景调色即可

UIWebview 背景透明处理

 

  UIWebView 背景透明需要以下设置

web_about.backgroundColor = [UIColor clearColor];
web_about.opaque = NO;

    关键是在HTML里:

<body style="background-color: transparent">

UIwebview 背景色调整,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!