Thursday, September 29, 2022

[FIXED] What stock UIKit classes are Focusable?

Issue

Out of the various stock UIKit classes, which ones are considered focusable by default by the Focus Engine on tvOS?


Solution

Per David House on Big Nerd Ranch, the following UIKit classes are focusable:

  • UIButton
  • UITextField
  • UITableView
  • UICollectionView
  • UITextView
  • UISegmentedControl
  • UISearchBar

Note that this is different from which classes conform to the UIFocusEnvironment protocol; the above are what would return true on canBecomeFocused



Answered By - Matt Mc
Answer Checked By - Pedro (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.