Skip to content

Commit 7cc7a93

Browse files
committed
Update readme
1 parent 33fc4ca commit 7cc7a93

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# [SwiftUI Layout Inspector](https://github.com/ole/swiftui-layout-inspector)
1+
# SwiftUI Layout Inspector
22

3-
A Swift library (and demo app) for learning how the SwiftUI layout system works,
3+
<https://github.com/ole/swiftui-layout-inspector>
4+
5+
A Swift library (and iOS/Mac app) for learning how the SwiftUI layout system works,
46
and for debugging your own layout code. Inspect the layout behavior of SwiftUI
57
views, i.e. what sizes views propose to their children and how a view determines
68
its own size.
@@ -58,3 +60,5 @@ iOS 16.0 or macOS 13.0 (because it requires the `Layout` protocol).
5860
Idea and initial code based on: [objc.io, Swift Talk episode 318, Inspecting SwiftUI's Layout Process (2022-08-19)](https://talk.objc.io/episodes/S01E318-inspecting-swiftui-s-layout-process)
5961

6062
Runtime warnings in Xcode: [Point-Free, Unobtrusive runtime warnings for libraries (2022-01-03)](https://www.pointfree.co/blog/posts/70-unobtrusive-runtime-warnings-for-libraries)
63+
64+
See also [Credits.md](Credits.md)

0 commit comments

Comments
 (0)