gpt4 book ai didi

iOS : WebView Background color to transparent

转载 作者:可可西里 更新时间:2023-11-01 06:20:15 26 4
gpt4 key购买 nike

我想要的是将webview的背景颜色设置为透明。

下面是我用于 webview 的代码。

NSString *embedHTML = [NSString stringWithFormat:@"<html><body style=\"background-color: transparent;font-family: verdana;\"><h3>About US</h3></BODY></HTML>"];
[webView loadHTMLString:embedHTML baseURL:nil];

但是当我使用它时,我仍然看到背景颜色为白色。知道如何让颜色变得透明吗?

最佳答案

这就是它应该做的,

[webView setBackgroundColor:[UIColor clearColor]];
[webView setOpaque:NO];

关于iOS : WebView Background color to transparent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13428706/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com