Add findChildUsingFrame to README (#94)
This commit is contained in:
parent
83d06a67af
commit
482e0d302f
|
@ -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:)`
|
||||
|
|
Loading…
Reference in New Issue