You have already answered this in October. Can you provide me with the MyInfo.zip file that contains the code? as it is not downloadable from the other location. (MyInfo.zip - Preview not available)
Using Swift 3 iOS iPhone App
Create a simple application that gathers the following personal information:
- First name
- Last name
- Address
- City
- State
- Gender
- Level of Education
- Phone number
- E-mail address
- Date of birth
Use a class named "Person" that holds the properties above.
Include format validation on the phone number and e-mail address.
Collect the date of birth using a modal view with a date picker. Gender should use a toggle (segmented button) and level of education an action sheet (high school, associates, bachelors, masters and doctorate).