gpt4 book ai didi

ios - 具有透明 View 的导航 Controller 的模态转场变为灰色

转载 作者:行者123 更新时间:2023-11-29 01:21:15 25 4
gpt4 key购买 nike

我有一个观点,我想保持透明。我已将背景设置为默认值,但每次我进行 segue 时, View 首先按照我希望的方式透明,但随后变为灰色。谁能告诉我我的问题是什么?

最佳答案

在你的 firstViewController 中像往常一样做 segue

firstViewController:

self.performSegueWithIdentifier("secondViewController", sender: nil)

然后在你的 secondViewController 中添加 backgroundColor

secondViewController:

fun viewDidLoad(){
// Set your backgroundColor and add blur effect
self.view.backgroundColor = ....
}

关于ios - 具有透明 View 的导航 Controller 的模态转场变为灰色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34574538/

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