从设置包格式化字符串

时间:2012-05-19 23:08:24

标签: objective-c ios

我在iPhone项目的设置包中有一个字符串。

test string that formats something like this => string%@inside%dastring 

用字符串和整数,然后我用这个字符串

NSString *result = [NSString stringWithFormat:stringFromBundle, replace_string, an_int_number];

但结果字符串未格式化。 我是否必须将我从bundle获得的字符串转换为其他编码?

0 个答案:

没有答案