Text("Värde \(Double(calc2, specifier: "%.2f").rounded())")
//ERROR
I am converting a Slider
value that uses a double type, but i cant format specify it?
I get an error and xcode tells me to use signaling(?). I've tried putting it into an Int
as well.
whats the right move here?