gpt4 book ai didi

iphone - UIView背景图片透明度问题

转载 作者:行者123 更新时间:2023-12-03 21:19:14 24 4
gpt4 key购买 nike

我添加了一个带有 PNG 图像的 subview ,该图像应该以透明度显示,但我在透明度应该是的地方变成了全黑。

代码是:

- (void)viewDidLoad
{
[super viewDidLoad];
toolbar.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"BannerBackground.png"]];
logoImage = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 120, 56)];
logoImage.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Logo.png"]];
[self.view addSubview:logoImage];

}

这是适用于 iPad、iOS 版本 4.3 的代码。我在模拟器和 iPad 上都遇到同样的问题。

由于这是最后添加的 View ,我希望它的 z 索引高于所有其他 View ,因此其他 View 应通过透明区域显示。这不起作用。

最佳答案

I noticed this behaves differently on iOS 4.3.x than 5.0.x 。在 4.3.x 中,我必须将不透明设置为 YES,然后设置背景图像,然后将其设置回 NO。

关于iphone - UIView背景图片透明度问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6568316/

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