简体   繁体   English

如何在SwiftUI之间切换屏幕

[英]How to transition screen between SwiftUI

I can't transition screen in swift UI. 我无法在快速用户界面中切换屏幕。 Like from login page to home page? 喜欢从登录页面到首页?

I used PresentationLink and NavigationLink but it seems like they have a pop up screen. 我使用了PresentationLink和NavigationLink,但似乎它们有一个弹出屏幕。

PresentationLink(destination: someView, detail: ) PresentationLink(目标:someView,详细信息:)

you can use navigation button for navigation you can add images and texts to it same as Views, add more details to your question with your UI image for more clarity. 您可以使用导航按钮进行导航,可以向其添加与视图相同的图像和文本,并使用UI图像为问题添加更多详细信息,以提高清晰度。

 NavigationButton(destination: YourCustomView()) { 

}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM