Properties2
TypeConcept
Note createdFeb 17, 2025

The initial entry for a SwiftUI application is the ContentView, a struct that must implement the View protocol. In case we need to add some state to it (which we cannot do by default because it is created immutable), we can use the @State property wrapper.