2011-07-04 Objective Cでフォーマット指定で文字列をつくる iPhone printf()を Objective C でやるにはNSString stringWithFormatを使う。 [c] hoge = [NSString stringWithFormat:@"hoge_%02d", 1]; [/c] 結果 hoge_01