UIwebview 背景色调整

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

UIWebview 背景透明处理

 

  UIWebView 背景透明需要以下设置

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

    关键是在HTML里:

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

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

UIwebview 背景色调整

上一篇:Table被web编程弃用的原因


下一篇:PHP json_decode返回null解析失败原因