13

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

但是除了参考之外,还有其他类型的文档吗?

某种示例代码或指南会很好,但看起来 ADC 没有任何东西可以提供.. 到目前为止NSRuleEditor,它似乎是 Cocoa 中记录最少的控件!

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

4

1 回答 1

2

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

苹果的文档: 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

于 2013-03-26T20:42:07.837 回答