Skip to content

Instantly share code, notes, and snippets.

@bradtheappguy
Last active December 3, 2015 04:29
Show Gist options
  • Select an option

  • Save bradtheappguy/128dc5828d83d84cf404 to your computer and use it in GitHub Desktop.

Select an option

Save bradtheappguy/128dc5828d83d84cf404 to your computer and use it in GitHub Desktop.
Things to check when writing a view controller
Keyboard
Does your content properly move out of the way of a keyboard?
Can the keyboard be dismissed?
Is the proper keyboard (numric, email, etc) set for each text field
Does your UI acount for Split Keyboard on ipad
Does your UI account for a toolbar above the keyboard
Does your UI work well with 3rd party keyboards
Does your UI work well when using a bluetooth keyboard
Does the view properly handle "In call" o the status bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment