Skip to content

Commit 7198092

Browse files
committed
WIP
1 parent cab7a7f commit 7198092

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For instance, with SwiftUI Introspect you can access `UITableView` to modify sep
2020
- [Implement your own introspectable type](#implement-your-own-introspectable-type)
2121
- [Introspect on future platform versions](#introspect-on-future-platform-versions)
2222
- [Keep instances outside the customize closure](#keep-instances-outside-the-customize-closure)
23-
- [Guidelines for library maintainers](#guidelines-for-library-maintainers)
23+
- [Note for library maintainers](#note-for-library-maintainers)
2424
- [Community projects](#community-projects)
2525

2626
How it works
@@ -69,7 +69,7 @@ Install
6969

7070
#### Xcode
7171

72-
<img width="660" height="300" src="https://github.com/user-attachments/assets/40a719ed-b6b5-4a00-8b90-b813ae5f1e65" />
72+
<img width="660" height="300" src="https://github.com/user-attachments/assets/ab1c1a62-96d9-417d-ad2b-43012a69cae8" />
7373

7474
#### Package.swift
7575

@@ -169,7 +169,7 @@ LazyVStack, LazyHStack, LazyVGrid, LazyHGrid | UIKit, AppKit | No underlying vie
169169
Color | UIKit, AppKit | No underlying view
170170
ForEach | UIKit, AppKit | No underlying view
171171
GeometryReader | UIKit, AppKit | No underlying view
172-
Chart | UIKit, AppKit | No underlying view
172+
Chart | UIKit, AppKit | Native SwiftUI framework
173173

174174
Examples
175175
--------
@@ -344,8 +344,8 @@ struct ContentView: View {
344344
}
345345
```
346346

347-
Guidelines for library maintainers
348-
----------------------------------
347+
Note for library maintainers
348+
----------------------------
349349

350350
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.
351351

0 commit comments

Comments
 (0)