macos NSTableView 使用示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5258189/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
NSTableView example of use
提问by pedr0
I have to write a little OSX app which make use of an NSTableView, but I didn't find a very good example of it, I would like have this result: Someone could help me?
我必须编写一个使用 NSTableView 的小 OSX 应用程序,但我没有找到一个很好的例子,我想要这样的结果:有人可以帮助我吗?
回答by Javier Beltrán
This is a good NSTableview tutorial with bindings Phonebook/NSTableView Tutorial for Dummies
这是一个很好的 NSTableview 教程,带有绑定 Phonebook/NSTableView Tutorial for Dummies
回答by rounak
The NSTableViewBinding sample project should be a good start http://developer.apple.com/library/mac/#samplecode/NSTableViewBinding/Introduction/Intro.html
NSTableViewBinding 示例项目应该是一个好的开始http://developer.apple.com/library/mac/#samplecode/NSTableViewBinding/Introduction/Intro.html