【发布时间】:2012-04-11 14:39:49
【问题描述】:
我正在查看 Apple 的 NSMutableAttributedString 示例:http://developer.apple.com/library/ios/#samplecode/CoreTextPageViewer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010699-Intro-DontLinkElementID_2 并看到它们将属性字符串加载为 XML 文件。
有没有关于如何使用文本编辑器在 iPhone/iPad 上创建属性字符串的示例?我不想以编程方式创建属性字符串,但希望用户能够使用文本编辑器创建属性字符串。
这样的工作可能吗?
【问题讨论】:
标签: iphone objective-c ios text-editor nsattributedstring