Personal information | Computer Science homework help
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).
in xcode