SwiftUI Lecture 9. Property Wrappers Finally we get to talk about what @State, @Published, @ObservedObject really are! This is a very, very important topic. Publishers Just a very “light” treatment of this topic for now. Demo Publishers Palette Chooser (@Binding) Property Wrappers 앞에 @가 붙은 것들은 다 property wrappers. A property wrapper is actually a struct. @State : @Published : @ObservedObject : P..