gpt4 book ai didi

ios - 带有 .OverCurrentContext 的 UIViewController 与 .CrossDissolve 不透明

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

我正在尝试获得熟悉的“半透明叠加”效果。我正在使用 .OverCurrentContext 演示风格,并且所呈现的 VC 具有 0.5 alpha 的 View ,在 Storyboard 中设置。

当我使用 .CoverVertical 的(默认)过渡时,一切都很好。当我使用 .CrossDissolve(这是我想要的)时,呈现的 View 是不透明的。当我检查呈现 View 的 alpha 时,它不知何故变成了 1。为什么?我应该在哪里调解以防止这种情况发生?

let vc = self.storyboard!.instantiateViewControllerWithIdentifier("Overlay")!
vc.modalPresentationStyle = .OverCurrentContext
vc.modalTransitionStyle = .CrossDissolve
self.presentViewController(vc, animated:true, completion:nil)

最佳答案

Where do I intercede to prevent this?

你介入了整个动画。您将不得不为您的 View Controller 演示做一个自定义的过渡动画,因为您想要做的事情没有被四五个标准动画中的任何一个涵盖。

关于ios - 带有 .OverCurrentContext 的 UIViewController 与 .CrossDissolve 不透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32898968/

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