TabScreen
public struct TabScreen : View
A struct used to define the tab screen.
-
Creates a
TabScreeninstance.Declaration
Swift
public init<Content>(tabItem: TabItemContent, @ViewBuilder content: @escaping () -> Content) where Content : ViewParameters
tabItemthe the tab item content.
contenta
@ViewBuilderthat contains the tab screen content. -
The body of TabScreen. It creates a view with the modal tab screen content.
Declaration
Swift
public var body: some View { get }
View on GitHub
TabScreen Structure Reference