Fix TabView To Text (#108)

* Update README.md
* Update README.md
This commit is contained in:
NuPlay 2021-04-25 19:46:27 +09:00 committed by GitHub
parent d055f1fba8
commit 0b005378d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ DatePicker | UIDatePicker | NSDatePicker | `.introspectDatePicker()`
Picker (SegmentedPickerStyle) | UISegmentedControl | NSSegmentedControl | `.introspectSegmentedControl()`
Button | _N/A_ | NSButton | `.introspectButton()`
ColorPicker | UIColorWell | NSColorWell | `.introspectColorWell()`
TabView | UITextView | NSTextView | `.introspectTextView()`
TextEditor | UITextView | NSTextView | `.introspectTextView()`
**Missing an element?** Please [create an issue](https://github.com/timbersoftware/SwiftUI-Introspect/issues). As a temporary solution, you can [implement your own selector](#implement-your-own-selector).