// string interpolation let age = 20.0 Text("\(age, specifier: "%.0f")") // 20
String Interpolation
Last updated 2 years ago