File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,7 @@ fall in two categories:
34
34
piece of data, handing it to a SwiftUI view, and letting SwiftUI handle the rest.
35
35
36
36
Navigation that is "state-driven" is the more powerful form of navigation, albeit slightly more
37
- complicated, but unfortunately SwiftUI does not ship with all the tools necessary to model our
38
- domains as concisely as possible and use these navigation APIs.
39
-
40
- Unfortunately, SwiftUI does not ship with all of the tools necessary to model our domains with
37
+ complicated. Unfortunately, SwiftUI does not ship with all of the tools necessary to model our domains with
41
38
enums and make use of navigation APIs. This library bridges that gap by providing APIs that allow
42
39
you to model your navigation destinations as an enum, and then drive navigation by a binding
43
40
to that enum.
You can’t perform that action at this time.
0 commit comments