๐Ÿ”ธobserver

SwiftUI โŸฉ view โŸฉ observer

With respect to an observable object, an observer is any view or object that uses the observable object's data. When the observable object's data changes, SwiftUI recognizes the change, and tells the observers to update.

Also called a subscriber.

Last updated