gpt4 book ai didi

ios - pushViewController 在 UINavigationBar 中有奇怪的渐变

转载 作者:行者123 更新时间:2023-11-28 07:20:11 24 4
gpt4 key购买 nike

当将新的 View Controller 插入堆栈时,我看到一个奇怪的渐变/ mask ,持续了一秒钟左右,然后它消失了 enter image description here

我有一个显示 View 的 UINavigationController,该 View 有一个编辑按钮,可以关闭显示的 View ,并在完成处理程序中推送一个新 View 。

最佳答案

我相信您是通过 xcode 11 来完成的。在使用 xcode 11 构建它时,它现在在这个新的重叠屏幕模式中显示了新的 Controller 。如果你想让它更像全屏,那么使用这个代码

     let changevc = UIViewController() // change this code as this is  your view controller with edit button
changeVC.modalPresentationStyle = .fullScreen //or .overFullScreen
self.present(changeVC, animated: true, completion: nil)

尽情享受吧!

关于ios - pushViewController 在 UINavigationBar 中有奇怪的渐变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58462879/

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