我看到了如何以编程方式将行中的不同列数设置为<root>
<page>
<title>Content:<title>
<content>This is the content. Content continues. End content.<content>
<paragraph>Paragraph:<paragraph>
<pcontent>◼ Beginning of new Paragraph. End of new Paragraph.</pcontent>
<pcontent>◼ New line here.</pcontent>
<title>Content:<title>
<content>This is the second content. Second content continues. End content two.<content>
<paragraph>Paragraph:<paragraph>
<pcontent>◼ Beginning of second Paragraph. End of second Paragraph.</pcontent>
<pcontent>◼ This should also be separate.</pcontent>
</page>
<page>
<title>Content:<title>
<content>This is the third content. Third content continues. End content three.<content>
<paragraph>Paragraph:<paragraph>
<pcontent>◼ Beginning of third Paragraph. End of third Paragraph.</pcontent>
<pcontent>◼ And again a new line.</pcontent>
</page>
</root>
的答案。像这样:
NSGridView
但是我找不到在Storyboard中执行相同操作的方法。有可能吗?