gpt4 book ai didi

iPhone - 翻转 View 显示白色背景

转载 作者:行者123 更新时间:2023-12-03 18:44:06 29 4
gpt4 key购买 nike

我正在使用翻转动画在 View Controller 中的两个 View 之间制作动画。问题是动画发生时背景显示白色空白背景。我想显示黑色背景。

我尝试在 IB 和代码中将主视图的背景颜色设置为黑色。但背景仍然是白色的。

有人可以帮我吗?

谢谢。

添加代码

[self setContentView:[[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]]];
contentView.backgroundColor = [UIColor blackColor];
[contentView addSubview:toolbar];
[self setView:contentView];
[contentView release];

frontView = [[FrontView alloc] initWithFrame:viewFrame];
[frontView setViewController:self];
[self.view insertSubview:frontView belowSubview:toolbar];

//Initializing the back view here too
//on button click, executing normal flip code

即使在此之后我得到了白色背景

最佳答案

我认为您的问题可能是 UIWindow 在动画期间显示。要解决此问题,请设置主窗口的背景颜色。您可以在代码或 IB 中执行此操作。

关于iPhone - 翻转 View 显示白色背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1079011/

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