Skip to content
ohitsdaniel edited this page Feb 16, 2021 · 5 revisions

Routed

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

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

Inheritance

View

Initializers

init(content:onAppear:next:)

public init(content: Content, onAppear: @escaping (Bool) -> Void, next: @escaping ([IdentifiedScreen]) -> Successor?)

Properties

body

var body: some View
Clone this wiki locally