You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
4
6
and for debugging your own layout code. Inspect the layout behavior of SwiftUI
5
7
views, i.e. what sizes views propose to their children and how a view determines
6
8
its own size.
@@ -58,3 +60,5 @@ iOS 16.0 or macOS 13.0 (because it requires the `Layout` protocol).
58
60
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)
59
61
60
62
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)
0 commit comments