开发者

how can we transpernt webview in iphone?

i 开发者_开发知识库want to transparent web view hoc i do this ?


By setting opaque and backgroundColor properties:

webView.opaque = NO;
webView.backgroundColor = [UIColor clearColor];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜