Hides the navigation bar back button for the view.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Swift
UI
Hides the navigation bar back button for the view.
SDKs
Framework
func navigation Bar Items<L>(leading: L) -> View
Configures the navigation bar items for the view.
func navigation Bar Items<L, T>(leading: L, trailing: T) -> View
Configures the navigation bar items for the view.
func navigation Bar Items<T>(trailing: T) -> View
Configures the navigation bar items for the view.
func tab Item<V>(() -> V) -> View
Sets the tab bar item associated with this view.