Component - Programmatic navigation
This UI component shows how to move from one screen to another in an iOS app using code. Instead of tapping a link, the app decides when to go to the next screen.
This UI component shows how to move from one screen to another in an iOS app using code. Instead of tapping a link, the app decides when to go to the next screen.
NavigationView
└── VStack
├── Text
└── Button