
SwiftUI | Cannot convert value of type ‘xxx’ to expected argument type ‘Binding‘の対処方法
SwiftUIのCannot convert value of type 'xxx' to expected argument type 'Binding'の対処方法を説明する。■結論 Binding<xxx>を入れるところに$変数名を入れる。暫定的に対処するだけなら.constant(値)を入れておいても良い。