This app allows students to introduce themselves. Users input their first and last name, school, age, grade level, and number of puets, and these details are printed in an alert box.
https://jmp.sh/s/5LHQmULFO99C5Fgy4n9G
- 1. App displays an image of a school's logo
- 2. App has three textfields for first, last, and school names
- 3. App has a segmented control that changes student year
- 4. Number of pet matches label is increased/decreased by stepper
- 5. Switch makes a statement about wanting more pets or not(true/false)
- 6. Introduce yourself button shows alert box with an introduciton and dismiss button
- 1. User can tap a button to change the color of the background view (I implemented Dark Mode, available with usage of iOS 13 or higher)
- 2. User can select on additional buttons that provide more info about the user. Example: more textfields, a different alert box, etc. (I allow users to input their age)
- 3. Any stylistic changes that are not default options (I changed the default font to Times New Roman)