๐ธbinding
SwiftUI โฉ view โฉ state โฉ binding
A binding connects a property to a source of truth stored elsewhere.
Add @Binding to create a two-way connection between a property that stores data, and a view that displays and changes the data.
Last updated