Create a simple (Swift) application in Xcode 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).