标签:webview 透明 背景
UIWebView的背景如何设置成为透明?
[webview setBackgroundColor:[UIColor clearColor]]; [webview setOpaque:NO];
UIWebView 设置背景为透明
原文地址:http://blog.csdn.net/mdk132/article/details/40343885