哪些股票 UIKit 类 是可聚焦的?
What stock UIKit classes are Focusable?
在各种库存 UIKit 类 中,tvOS 上的 Focus 引擎默认认为哪些是可聚焦的?
根据 David House on Big Nerd Ranch,以下 UIKit 类 是可聚焦的:
- UIButton
- UITextField
- UITableView
- UICollectionView
- UITextView
- UISegmentedControl
- UISearchBar
注意这与类符合UIFocusEnvironment协议不同;以上是 return true
在 canBecomeFocused
上的内容
在各种库存 UIKit 类 中,tvOS 上的 Focus 引擎默认认为哪些是可聚焦的?
根据 David House on Big Nerd Ranch,以下 UIKit 类 是可聚焦的:
- UIButton
- UITextField
- UITableView
- UICollectionView
- UITextView
- UISegmentedControl
- UISearchBar
注意这与类符合UIFocusEnvironment协议不同;以上是 return true
在 canBecomeFocused