UIWebView透明背景
webview.backgroundColor = [UIColor clearColor];
webview.opaque = NO;
在HTML里设置:
<body style="background-color: transparent">
webview.backgroundColor = [UIColor clearColor];
webview.opaque = NO;
在HTML里设置:
<body style="background-color: transparent">