【发布时间】:2013-09-21 11:52:05
【问题描述】:
我如何从指定的UITextRange 中的UITextView 中获取NSAttributedString?我似乎找不到这方面的任何示例或文档资源。
【问题讨论】:
标签: ios cocoa-touch uitextview ios7 nsattributedstring
我如何从指定的UITextRange 中的UITextView 中获取NSAttributedString?我似乎找不到这方面的任何示例或文档资源。
【问题讨论】:
标签: ios cocoa-touch uitextview ios7 nsattributedstring
没关系,我找到了它:
- (id)attribute:(NSString *)attributeName atIndex:(NSUInteger)index effectiveRange:(NSRangePointer)aRange
【讨论】: