如何为NSAttributedString提供一个标识符?

时间:2017-05-17 10:24:43

标签: swift swift3

我想知道,我可以给NSAttributedString String类型的标识符吗?

像:

AttributedString.Identifier = "AttributedString 1"
print(AttributedString.Identifier)

然后我 AttributedString 标识符AttributedString 1

怎么做?

0 个答案:

没有答案