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_
5454NavigationView (DoubleColumnNavigationViewStyle) | _ N/A_ | NSSplitView | ` .introspectSplitView() `
5555_ Any embedded view_ | UIViewController | _ N/A_ | ` .introspectViewController() `
5656ScrollView | 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() `
5961TabView | UITabBarController | NSTabView | ` .introspectTabBarController() ` (iOS) <br /> ` .introspectTabView() ` (macOS)
6062TextField | UITextField | NSTextField | ` .introspectTextField() `
6163Toggle | UISwitch | NSButton | ` .introspectSwitch() ` (iOS) <br /> ` .introspectButton() ` (macOS)
You can’t perform that action at this time.
0 commit comments