TabView
@available(watchOS, unavailable)
public struct TabView : View
extension TabView: Renderable
A tab view that is shown at the bottom of the screen.
Important: This view will add a tab view at the root screen in the application.
-
Declaration
Swift
public var viewStore: ViewValues
-
Declaration
Swift
public var body: View { get }
-
Creates an instance that selects from content associated with
Selection
values.Declaration
Swift
public init(selection: Binding<Int>? = nil, @ViewBuilder content: () -> View)
-
Declaration
Swift
public func createView(context: Context) -> UIView
-
Declaration
Swift
public func updateView(_ view: UIView, context: Context)