Skip to content

Instantly share code, notes, and snippets.

@bachand
Created September 10, 2015 20:51
Show Gist options
  • Save bachand/9e78355cac43d2871996 to your computer and use it in GitHub Desktop.
Save bachand/9e78355cac43d2871996 to your computer and use it in GitHub Desktop.
Requesting Focus Update from Outside Focus Hierarchy
// catButton.preferredFocusedView => catButton
catButton.setNeedsFocusUpdate()
catButton.updateFocusIfNeeded()
// UIScreen.mainScreen().focusedView => dogButton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment