【发布时间】:2014-08-05 14:36:48
【问题描述】:
我想将属性文本直接放入 Xcode 5 中我的故事板的属性资源管理器中 UITextView 的 setAttributedText 字段中的 UITextView。我希望避免以编程方式创建 NSAttributedString,因为该文本需要本地化,我会喜欢使用故事板本地化。
如果不可能,我可以在 UIViewController 中手动创建它。但我希望直接这样做以节省一点编码。
有谁知道怎么做(假设可能)?
提前致谢!
【问题讨论】:
标签: ios xcode5 uistoryboard nsattributedstring xcode-storyboard