Skip to content

NavigationNode

ohitsdaniel edited this page Apr 29, 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

public var body: some View 
Clone this wiki locally