Hi all,
First post here
I’m new to swift and decided to learn SwiftUI. I have previous programming experience though. I was wondering if there was a way of switching between views without using the navigationlink and navigation bar displayed.
Example:
Homescreen view - setting, etc
Maingameview - where the game is played.
Home Screen of a game with a play button. When the button is pressed you switch the the maingameview where the game is played.
The only way I seem to be able to achieve this is using the navigation view and navigation link but then I get the nav bar and I’m also unable to overlay this link on top of a background image.
I hope that makes sense.
Thank you
First post here
I’m new to swift and decided to learn SwiftUI. I have previous programming experience though. I was wondering if there was a way of switching between views without using the navigationlink and navigation bar displayed.
Example:
Homescreen view - setting, etc
Maingameview - where the game is played.
Home Screen of a game with a play button. When the button is pressed you switch the the maingameview where the game is played.
The only way I seem to be able to achieve this is using the navigation view and navigation link but then I get the nav bar and I’m also unable to overlay this link on top of a background image.
I hope that makes sense.
Thank you