yicr
1/11/2020 - 8:27 AM

Swift : Tips / String format ( sprintf )

文字列フォーマット。

String(format: "%05d", 1)
String(format: "https://%@/%@/%d", host, path, page)