Skip to content

Commit 482e0d3

Browse files
authored
Add findChildUsingFrame to README (#94)
1 parent 83d06a6 commit 482e0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ extension View {
154154
You can use any of the following [methods](https://github.com/timbersoftware/SwiftUI-Introspect/blob/master/Introspect/Introspect.swift#L3-L71) to inspect the hierarchy:
155155

156156
- `Introspect.findChild(ofType:in:)`
157+
- `Introspect.findChildUsingFrame(ofType:in:from:)`
157158
- `Introspect.previousSibling(containing:from:)`
158159
- `Introspect.nextSibling(containing:from:)`
159160
- `Introspect.findAncestor(ofType:from:)`

0 commit comments

Comments
 (0)