DEV Community

Discussion on: Default a View in NavigationView with SwiftUI

Collapse
 
maeganwilson_ profile image
Maegan Wilson

I think you need to replace the Text with whichever View you want to call. That's how I do it in my apps. I just chose a Text view as an example