开发者

Extracting characters from an NSMutableString

How does one extract characters from a NSMu开发者_StackOverflow中文版tableString?

Is it the same as NSString?

[NSString stringWithFormat:@"%c.png", [someString characterAtIndex:0]]


Yes that should work fine. You can call any NSString method on a NSMutableString.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜