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 に答える