Last active
December 3, 2015 04:29
-
-
Save bradtheappguy/128dc5828d83d84cf404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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