Observable
Everything on SkillVeris tagged Observable — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Observable Collections
Learn how ObservableCollection<T> and CollectionChanged notifications let bound lists, grids, and ItemsControls stay in sync with ViewModel data.
The ViewModel in MVVM
How the ViewModel exposes observable state and commands, manages lifecycle, and stays independently testable.
The @Observable Macro
See how the iOS 17 @Observable macro replaces ObservableObject with automatic, fine-grained property tracking that simplifies SwiftUI model code.