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