How does a ObservableObject observe the change of Binding value (not value type)

前端 未结 0 2020
南笙
南笙 2021-02-14 14:00

Code:

class AppStore: ObservableObject {
    @Published var settings = Settings()
}
struct Settings {
    var account          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题