IOS UIwebview 背景色调整

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

UIWebview 背景透明处理

 

  UIWebView 背景透明需要以下设置

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

    关键是在HTML里:

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

posted on 2014-06-02 20:22  ACM_Someone like you  阅读(850)  评论(0编辑  收藏  举报

导航