// string interpolation let age = 20.0 Text("\(age, specifier: "%.0f")") // 20
String Interpolation
Last updated 3 months ago
Was this helpful?