9

我了解“Xcode 特定标签”部分。

明白的是“注释”部分。我玩过它,看不到任何明显的效果。

谁能解释一下?

在此处输入图像描述

4

1 回答 1

2

它将带有键的属性字符串保存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>

不过,我不知道这个有什么实际用途。不过,能够以编程方式检索它会很好。

于 2012-12-07T08:22:36.357 回答