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
To make it possible to use the library in an app with a lower deployment target than iOS 16/macOS 13. All APIs are availability-gated, though, so you can only use LayoutInspector APIs in views that are @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) or higher.
0 commit comments