Learning Time : 50min

My Github : Hot Prospects Source Code

My Note index link

day79.png

KeyWords

Reading custom values from the environment with @EnvironmentObject

Using @EnvironmentObject for Data Sharing

EnvironmentObject | Apple Developer Documentation

Creating an ObservableObject Class

@MainActor class User: ObservableObject {
    @Published var name = "Taylor Swift"
}

Defining SwiftUI Views