Skip to content

Commit 14d1c60

Browse files
committed
Update readme
1 parent d334c21 commit 14d1c60

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# SwiftUI Layout Inspector
2-
3-
By [Ole Begemann](https://oleb.net/)
1+
# [SwiftUI Layout Inspector](https://github.com/ole/SwiftUI-LayoutInspector)
42

53
A Swift library (and demo app) for learning how the SwiftUI layout system works,
64
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:
2624
4. The parent view positions its children.
2725

2826
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.
3230

3331
## Components
3432

0 commit comments

Comments
 (0)