/we-split

WeSplit is a study app developed using SwiftUI

Primary LanguageSwift

WeSplit

WeSplit is a study app made using SwiftUI, being part of 100 Days of SwiftUI, created by Paul Hudson.

The idea of this first project is study the basic concepts of a SwiftUI app, how we can create simple components, as text fields, segmented controls, pickers, text views.

Also, we use some property wrappers inside this project, such as @State and @FocusState.