如何从webview中删除灰色?

时间:2010-06-24 06:26:52

标签: iphone

我在uiwebview加载了pdf文件。但在webview中它显示灰色。我试图去除灰色,但没有任何成功。我用[UIColor clearcolor]。但这不起作用。你能告诉我如何从UIwebview中删除灰色吗?

3 个答案:

答案 0 :(得分:0)

尝试将webview的背景设置为白色而不是clearcolor ...

答案 1 :(得分:0)

您可以尝试使用yourWebview.backgroundColor=[UIColor clearColor]; 希望这有效。

答案 2 :(得分:-1)

如果要将WebView设置为透明,只需在android:alpha="0"标记之间键入WebView