TabView in SwiftUI

I'm using SwiftUI. I want a child view that comes from a tab page to use all the screen, that is to say, to temperarily cover the entire tab bar. How should I do this? What code do I need?


By the way, when I use a List, how to delete the line that seperate cells?


thank you!