TextField("Calculated number", value: $calculated, format: Float)
TextField("Calculate number", text: $calculator, format: Float)
TextField("Calculate way", text: $calculateway, format: Float)
How to solve the errors:
'Cannot find $calculated, $calculator and $calculated in scope'?
Also this Label(Maybe I don't know how to make):
Label("Result:"+$calresult, systemImage: "42.circle")
How to solve this error:
'Cannot find $calresult in scope'?
1
0
788