开发者

how can we transpernt webview in iphone?

开发者 https://www.devze.com 2023-02-05 02:35 出处:网络
i 开发者_开发知识库want to transparent web view hoc i do this ?By setting opaque and backgroundColor properties:

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


By setting opaque and backgroundColor properties:

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

精彩评论

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