UIWebView透明背景

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

在HTML里设置:
<body style="background-color: transparent">

posted @ 2011-08-23 17:47  周宏伟  阅读(342)  评论(0)    收藏  举报