gpt4 book ai didi

ios - 使用模态视图 Controller 和 UIVisualEffectView

转载 作者:技术小花猫 更新时间:2023-10-29 10:46:37 25 4
gpt4 key购买 nike

我正在尝试解决这篇博文中描述的问题:http://justabeech.com/2014/10/22/using-uivisualeffectview-in-a-modal-view-controller/

我有一个 UIViewController与另一个 Storyboard模式 segue UIViewController其中 UIView背景颜色为 [UIColor clearColor]和一个 UIVisualEffectView .

当我呈现 View Controller 时,视觉效果会变得模糊,直到转换完成,然后背景再次变灰(与该博文中的 gif 显示完全一样)。

enter image description here

我按照指定的方式将 Modal Transition Style 设置为 FullScreen,但仍然存在同样的问题。为了完成这项工作,我还缺少什么?

编辑:此外,我收到以下错误:

Warning: Attempt to present <ClocksDetailViewController: 0x7ff89cb5bc70> on <ClocksViewController: 0x7ff89c8afe90> whose view is not in the window hierarchy!

谢谢

最佳答案

您可能使用了 UIModalPresentationFullScreen 而不是正确的 UIModalPresentationOverFullScreen

使用旧的 UIModalPresentationFullScreen,一旦动画结束,呈现 Controller 下的所有 View 都会从 View 层次结构中删除。

关于ios - 使用模态视图 Controller 和 UIVisualEffectView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27419634/

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