gpt4 book ai didi

iphone - 设备方向更改时 UIWebview 中出现黑条

转载 作者:IT王子 更新时间:2023-10-29 08:01:58 25 4
gpt4 key购买 nike

我有一个 UIWebView 正在加载到另一个 View 上,旋转时纵向或横向看起来都很好,但是当我处于纵向时,当我从纵向旋转到横向 View 时,我用捏合或双击稍微放大没有完全填充 uiwebview,右侧大约有 10pxls 变黑,如屏幕截图所示。

enter image description here

如果你仔细看,你会看到滚动指示器的轮廓是黑色的,这表明这是 uiwebview 的一部分??如果是这样,那为什么它会在这个区域变黑。

还有另一个向上滚动的 webview 屏幕截图,因此您可以看到它的 uiwebview 部分...

enter image description here

这就是我将 View 添加到详细 View 的方式。

- (void)viewdidload
//..

//Load in FirstView
firstView = [[FirstMainViewController alloc] init];
firstView.view.frame = CGRectMake(0.0, 0.0, firstView.view.bounds.size.width, firstView.view.bounds.size.height);

firstView.view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;

firstView.view.backgroundColor = [UIColor whiteColor];

[self.view insertSubview:firstView.view belowSubview:actionTabBar];

//..

最佳答案

尝试将 webView 的背景设置为透明 (clearColor) 并将其不透明属性设置为 FALSE。然后在您的 html 中将背景设为白色,或者将 webView 下方的 View 设为白色。

关于iphone - 设备方向更改时 UIWebview 中出现黑条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11388534/

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