什么是 XCode 界面生成器“文档”部分

Posted

技术标签:

【中文标题】什么是 XCode 界面生成器“文档”部分【英文标题】:What is the XCode Interface Builder "Document" Section 【发布时间】:2012-12-07 05:58:38 【问题描述】:

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

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

谁能解释一下?

【问题讨论】:

有关笔记实际使用的想法,请参阅此答案:***.com/questions/11207088/… 相关:***.com/questions/7141717/… 【参考方案1】:

它将带有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>

不过,我不知道这个有什么实际用途。不过,如果能够以编程方式检索它,那就太好了。

【讨论】:

以上是关于什么是 XCode 界面生成器“文档”部分的主要内容,如果未能解决你的问题,请参考以下文章

使用Xcode生成API文档---01简介

您可以使用界面生成器在 xcode 中制作自定义视图吗?

Xcode将集合视图单元添加到界面生成器上的集合视图

我可以在界面生成器中设置可访问性标识符吗? Xcode4.2

在 XCode5 中设置约束

使用 XIB(界面生成器)在 iOS 中进行本地化