File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ NavigationView (DoubleColumnNavigationViewStyle) | UISplitViewController | _N/A_
54
54
NavigationView (DoubleColumnNavigationViewStyle) | _ N/A_ | NSSplitView | ` .introspectSplitView() `
55
55
_ Any embedded view_ | UIViewController | _ N/A_ | ` .introspectViewController() `
56
56
ScrollView | UIScrollView | NSScrollView | ` .introspectScrollView() `
57
- List | UITableView | NSTableView | ` .introspectTableView() `
58
- View in List | UITableViewCell | NSTableCellView | ` introspectTableViewCell() `
57
+ List (iOS15 and below) | UITableView | NSTableView | ` .introspectTableView() `
58
+ View in List (iOS15 and below) | UITableViewCell | NSTableCellView | ` introspectTableViewCell() `
59
+ List (iOS 16) | UICollectionView | _ N/A_ | ` .introspectCollectionView() `
60
+ View in List (iOS 16) | UICollectionViewCell | _ N/A_ | ` .introspectCollectionViewCell() `
59
61
TabView | UITabBarController | NSTabView | ` .introspectTabBarController() ` (iOS) <br /> ` .introspectTabView() ` (macOS)
60
62
TextField | UITextField | NSTextField | ` .introspectTextField() `
61
63
Toggle | UISwitch | NSButton | ` .introspectSwitch() ` (iOS) <br /> ` .introspectButton() ` (macOS)
You can’t perform that action at this time.
0 commit comments