Skip to content

Latest commit

 

History

History

01-Project1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 1 - WeSplit

https://www.hackingwithswift.com/100/swiftui/16

Includes solutions to the challenges.

Topics

Form, Section, NavigationView, @State property wrapper, TextField, Picker, ForEach

Challenges

From Hacking with Swift:

  1. Add a header to the third section, saying “Amount per person”.
  2. 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.
  3. Change the “Number of people” picker to be a text field, making sure to use the correct keyboard type.

Screenshots

screenshot1 screenshot2