🔰Text ⟩ format

// string interpolation
let age = 20.0
Text("\(age, specifier: "%.0f")")    // 20

Last updated