佳为好友

转:让UIWebView背景透明

创建:2012.03.22
转:
 I recommend:
webView.opaque = NO;
webView
.backgroundColor = [UIColor clearColor];

(for some reason it didn't work to set those properties via IB) and include this into your HTML code:

<body style="background-color: transparent;">

[自:注意:设置opaque和backgroundColor时不能在XIB中进行,在ios4中,在xib配置将不起作用。不过在ios5中却正常。
后面的html内容根据情况来看,有时候不加也可以的。]


+++++

posted on 2012-12-29 11:06 佳为好友 阅读(202) 评论(0)  编辑 收藏 引用 所属分类: UI

导航

<2026年9月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

留言簿(1)

随笔分类

搜索

最新评论

评论排行榜