NSRuleEditor看起来很强大,并且看起来像iTunes Smart Playlist或Finder Smart Folders这样的东西正在使用它。
(我认为它应该被称为NSSmartRuleEditor ...)

但是,除了引用之外,是否还有任何类型的文档?

某种示例代码或指南可能会很好,但看起来ADC并没有提供任何功能。.截至目前,NSRuleEditor似乎是 cocoa 中记录最少的控件!

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

最佳答案

我认为您可能应该在寻找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

关于objective-c - NSRuleEditor的指南或样本?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13165424/

10-10 13:28