Buttons show up on Navigation Page

I have two very simple Views. The Main view is as follows:

The Called View is as follows:

The results of the MainView

The results of the Called View

My question is how to get rid of the buttons (First Button, Trailing Closure, and Bottom Button that are on the second screen that were from the first screen?

The issue with the “First Button, Trailing Closure and Bottom Button” is that it’s not within the NavigationView. So when you Link to another page, the button’s aren’t in that page to be overlapped.

Thanks for the reply, I did move the VStack and buttons to be within the NavigationView and it worked like a charm.

1 Like