gpt4 book ai didi

ios - 在 iOS 13 全屏中呈现模式

转载 作者:行者123 更新时间:2023-11-30 10:34:49 25 4
gpt4 key购买 nike

在 iOS 13 中,模态视图 Controller 在呈现时有一个新的行为。

现在默认情况下它不是全屏的,当我尝试向下滑动时,应用程序会自动关闭 View Controller 。

如何防止这种行为并返回到旧的全屏模式 vc?

modal behaviour

谢谢

最佳答案

对于 iOS 13,如 Platforms State of the Union 中所述在 WWDC 2019 期间,苹果推出了新的默认卡演示。为了强制全屏,您必须明确指定它:

let vc = UIViewController()
vc.modalPresentationStyle = .fullScreen //or .overFullScreen for transparency
self.present(vc, animated: true, completion: nil)

关于ios - 在 iOS 13 全屏中呈现模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58276106/

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