attributesAtIndex的返回值是什么:effectiveRange:?

时间:2016-06-14 20:51:04

标签: objective-c nsattributedstring

我学会了如何将属性设置为NSAttributedStrings,但我很困惑如何在设置后检索属性值。我有两个问题:

  1. 例如,下面的方法可以检索属性值,但它会返回什么样的值?

  2. 它会在NSString/NSAttributeString中返回属性的名称吗?或者返回NSDictionary

  3. 提前感谢您的建议!

    attributesAtIndex:effectiveRange:
    attributesAtIndex:longestEffectiveRange:inRange:
    attribute:atIndex:effectiveRange:
    attribute:atIndex:longestEffectiveRange:inRange:
    fontAttributesInRange:
    rulerAttributesInRange:
    

0 个答案:

没有答案