Remove back button text from navigationbar in SwiftUI
问题 I've recently started working in SwiftUI, came to the conclusion that working with navigation isn't really great yet. What I'm trying to achieve is the following. I finally managed to get rid of the translucent background without making the application crash, but now I ran into the next issue. How can I get rid of the "back" text inside the navbaritem? I achieved the view above by setting the default appearance in the SceneDelegate.swift file like this. let newNavAppearance =