我了解“Xcode 特定标签”部分。
我不明白的是“注释”部分。我玩过它,看不到任何明显的效果。
谁能解释一下?
它将带有键的属性字符串保存userComments
到情节提要文件中。
<attributedString key="userComments">
<fragment content="These are the comments I entered in the notes section of Interface Builder">
<attributes>
<font key="NSFont" size="11" name="LucidaGrande"/>
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
</attributes>
</fragment>
</attributedString>
不过,我不知道这个有什么实际用途。不过,能够以编程方式检索它会很好。