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