NSRuleEditor的指南或样本?

时间:2012-10-31 18:34:09

标签: objective-c macos cocoa nscontrol

NSRuleEditor看起来像一个非常强大的类,它看起来像iTunes智能播放列表或Finder智能文件夹正在使用它。
我认为它应该被称为NSSmartRuleEditor ......

但除了参考文献之外还有任何类型的文档吗?

某些示例代码或指南会很好但是它看起来不像ADC有什么要提供的......截至目前NSRuleEditor似乎是Cocoa中记录最少的控件!

任何人都知道使用控件,博客文章等的任何开源项目?

1 个答案:

答案 0 :(得分:1)

我认为您应该寻找NSPredicateEditor而不是NSRuleEditor。 NSPredicateEditor是NSRuleEditor的子类,用于编辑“智能”播放列表等。

Apple的文档: https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSPredicateEditor_class/Reference/NSPredicateEditor.html

示例应用: https://developer.apple.com/library/mac/#samplecode/PhotoSearch/Introduction/Intro.html