Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 2 column 1
---
tags: auotlayout, uianimation, uitextfield
languages:objc
---
- The fields below have been added to your Storyboard. The submit button should be disabled by default and hidden.
- Validate your different fields. If someone tries to leave the field before they put in a valid item, pulse the field red and bigger/smaller.
- As soon as all valid items are entered, have the submit button animate in from the bottom.
- AutoLayout this...it should work in all phones.
- Don't worry too much about the fact that in horizontal the bottom may be covered by the keyboard.
- Email * Should be a valid email
- Email confirm * should be the same as Email
- Phone
* only digits or a
+
* at least 7 digits - Password * at least 6 characters
- Password Confirm * should be the same as Password
- Get the uitextfield to scroll up when the keyboard is shown if needed...check out cocoapods!