Add findChildUsingFrame to README (#94)

This commit is contained in:
JannThomas 2021-03-30 16:13:44 +02:00 committed by GitHub
parent 83d06a67af
commit 482e0d302f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ extension View {
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:
- `Introspect.findChild(ofType:in:)`
- `Introspect.findChildUsingFrame(ofType:in:from:)`
- `Introspect.previousSibling(containing:from:)`
- `Introspect.nextSibling(containing:from:)`
- `Introspect.findAncestor(ofType:from:)`