create a simple (Swift) application in Xcode that gathers the following personal information:Use a class named \”Person\” that holds the properties above.

Create a simple (Swift) application in Xcode that gathers the following personal information: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).