This project builds upon: SwiftUI-Learning-Binding-Basics
- Developed in Xcode 13.2.1
- The projects applies the
@FocusStatekeyword to demonstrate the usage of how to dismiss the keyboard - The project also uses
ViewModifier/TextFieldStylein how to modify views. Whilst we can create custom extensions and add a function to aView, one of the biggest advantages of using aViewModifieris that it can store properties.