Skip to content

Instantly share code, notes, and snippets.

@bachand
Last active September 10, 2015 19:24
Show Gist options
  • Save bachand/ee510b58e3d008afe174 to your computer and use it in GitHub Desktop.
Save bachand/ee510b58e3d008afe174 to your computer and use it in GitHub Desktop.
Querying UIButtons for Focusability
UIButton().canBecomeFocused() // true
UILabel().canBecomeFocused() // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment