开发者

How do I add a copyright symbol to a string?

I'd like to add a copyright symbol in part of a UITableView foote开发者_如何学Cr. How do I place this symbol within a string in my application?


[NSString stringWithFormat:@"Copyright \u00A9 2010"]

This solved my problem


http://blog.ablepear.com/2010/07/objective-c-tuesdays-unicode-string.html

Same approach as any other framework/programming language that doesn't have UTF source files.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜