SwiftUI View is reinitialized when @Binding Property has not been modified – Ios swift
I am executing a SwiftUI playground that contains 2 labels and 2 buttons that modified the value of these labels. I've stored the value of these labels in a @ObservableObject. Whene I modify the value of any of these properties,…