Sets the tab bar item associated with this view.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- Xcode 11.0+
Framework
- Swift
UI
Declaration
func tabItem<V>(@View Builder _ label: () -> V) -> some View where V : View
Sets the tab bar item associated with this view.
SDKs
Framework
func tabItem<V>(@View Builder _ label: () -> V) -> some View where V : View
func navigation Bar Back Button Hidden(Bool) -> View
Hides the navigation bar back button for the view.
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.