-
Initializes the
TabViewwith the provided content and selection value specifying the active tab.Declaration
Swift
public init(selection: Int = 0, @ViewBuilder content: () -> Content) -
Declaration
Swift
public var body: some View { get }
View on GitHub
TabView Structure Reference