Skip to content

Instantly share code, notes, and snippets.

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