我有一个NavigationView,在api调用之后,我需要推送到nextView(我不想使用ZStack,因为在此之后我应该能够执行推送和弹出操作)。
答案 0 :(得分:1)
就我而言,我使用NavigationLink(destination:YourNextView(),isActive:Binding)来实现理想的应用程序过程。使用NavigationLink(destination:,isActive :)之后,我仍然可以使用Alert或Popover。因此,我认为您可以尝试一下。 Click here for more information about NavigationLink