UINAVIGATIONCONTROLLER 不显示后退按钮,不滑动返回:UIKIT

发布于 2025-01-12 01:18:53 字数 319 浏览 1 评论 0原文

嘿伙计们,我正在尝试使用 NavigationController 作为后退按钮并从左滑动到后退操作。

你能告诉我我做错了什么吗?

你能告诉我还能做什么吗?
PS Show 而不是present 效果也不好。

     let vc = UINavigationController(rootViewController: BarcodeViewController())  
        vc.modalPresentationStyle = .fullScreen
   present(vc, animated: false) 

Hey Guys I am trying to use NavigationController for back button and swipe left to back action.

can you tell me what I am doing wrong ?

Could u tell me what else to do ?
P.S. Show instead of present doesn't work as well.

     let vc = UINavigationController(rootViewController: BarcodeViewController())  
        vc.modalPresentationStyle = .fullScreen
   present(vc, animated: false) 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

俯瞰星空 2025-01-19 01:18:53

我确实通过在 SceneDelegate 中嵌入主 ViewController 然后通过 UINavigationController.pushViewController 推送新的 viewController 解决了这个问题。

I did solve this problem by embedding main ViewController in SceneDelegate and then push a new viewController via UINavigationController.pushViewController ..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文