File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # SwiftUI Layout Inspector
2
-
3
- By [ Ole Begemann] ( https://oleb.net/ )
1
+ # [ SwiftUI Layout Inspector] ( https://github.com/ole/SwiftUI-LayoutInspector )
4
2
5
3
A Swift library (and demo app) for learning how the SwiftUI layout system works,
6
4
and for debugging your own layout code. Inspect the layout behavior of SwiftUI
@@ -26,9 +24,9 @@ At its core, SwiftUI’s layout algorithm is wonderfully simple:
26
24
4 . The parent view positions its children.
27
25
28
26
Complex layouts in SwiftUI can be achieved by composing built-in views and view
29
- modifiers. The tricky part about understanding the SwiftUI layout system is
30
- learning the layout behavior of the built-in views. This package aims to help
31
- you learn.
27
+ modifiers. The tricky part about understanding the layout system is learning the
28
+ layout behavior of the built-in views, many of which are poorly documented (as
29
+ of November 2022). This package aims to help you learn.
32
30
33
31
## Components
34
32
You can’t perform that action at this time.
0 commit comments