Skip to content

NavigationNode

ohitsdaniel edited this page Mar 4, 2021 · 3 revisions

NavigationNode

Screen container view, taking care of push and sheet bindings.

public struct NavigationNode<Content: View, Successor: View>: View

Inheritance

View

Initializers

init(content:onAppear:buildSuccessor:)

public init(content: Content, onAppear: @escaping (Bool) -> Void, buildSuccessor: @escaping (AnyScreen) -> Successor?)

Properties

body

var body: some View
Clone this wiki locally