I am learning iOS Programming with Swift and SwiftUI. I know very little and I am very confuse about the difference between a @State
and a Binding<*>
Here is the notes I have prepared for myself,
@State:
@Binding:
Thanks!