https://www.hackingwithswift.com/100/swiftui/16
Includes solutions to the challenges.
Form, Section, NavigationView, @State property wrapper, TextField, Picker, ForEach
From Hacking with Swift:
- Add a header to the third section, saying “Amount per person”.
- Add another section showing the total amount for the check – i.e., the original amount plus tip value, without dividing by the number of people.
- Change the “Number of people” picker to be a text field, making sure to use the correct keyboard type.