「Xcode 固有のラベル」セクションを理解しました。
私が理解していないのは、「メモ」セクションです。私はそれをいじってみましたが、目に見える効果は見られません。
誰でもこれを説明できますか?
「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>
でも、これの実用的な使い方はわかりません。ただし、これをプログラムで取得できると便利です。