NSTableView cuts off content

时间:2015-10-30 22:37:52

标签: swift macos nstableview

I'm building in content inside of a NSTableView, but when I compile and run, it cuts off the top half of all the content within the NSTableView. I'm brand new to the Swift language so I am quite lost here. I can provide further examples as necessary. Is there something simple I am missing first or is this more specific to my use case?

1 个答案:

答案 0 :(得分:0)

我可以快速给你一些指导去寻求帮助。

首先是它的Apple文档。 https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/TableView/PopulatingView-TablesProgrammatically/PopulatingView-TablesProgrammatically.html

您可能会注意到,实际上通过实现NSTableViewDataSourceNSTableViewDelegate协议的方法,以编程方式填充表视图有两种方法。并通过使用Cocoa绑定。作为初学者,我建议使用第一个选项并查看使用这些协议的示例代码或视频。

其次,这可能只是故事板中的UI问题,请确保正确设置约束。你可能只是在其他观点上有一些奇怪的行为。

很遗憾,如果没有代码段或更多信息,我无法为您提供更多帮助