首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

设立UIWebView的背景颜色为透明

2012-09-27 
设置UIWebView的背景颜色为透明??? [_webView setBackgroundColor:[UIColor clearColor]]??? [_webView s

设置UIWebView的背景颜色为透明

??? [_webView setBackgroundColor:[UIColor clearColor]];
??? [_webView setOpaque:NO];

热点排行