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
@@ -169,7 +169,7 @@ LazyVStack, LazyHStack, LazyVGrid, LazyHGrid | UIKit, AppKit | No underlying vie
169
169
Color | UIKit, AppKit | No underlying view
170
170
ForEach | UIKit, AppKit | No underlying view
171
171
GeometryReader | UIKit, AppKit | No underlying view
172
-
Chart | UIKit, AppKit | No underlying view
172
+
Chart | UIKit, AppKit | Native SwiftUI framework
173
173
174
174
Examples
175
175
--------
@@ -344,8 +344,8 @@ struct ContentView: View {
344
344
}
345
345
```
346
346
347
-
Guidelines for library maintainers
348
-
----------------------------------
347
+
Note for library maintainers
348
+
----------------------------
349
349
350
350
If you maintain a SwiftUI Introspect-based library, make sure to declare your library's dependency on SwiftUI Introspect with a version range covering at least the last two major SwiftUI Introspect versions. This ensures that your library's dependency on SwiftUI Introspect doesn't clash with other libraries that may depend on different versions of SwiftUI Introspect, or with the target app's direct dependency on SwiftUI Introspect.
0 commit comments