开发者

UI conventions for NSPredicateEditor

开发者 https://www.devze.com 2023-01-30 23:03 出处:网络
I\'m aware of bare bones sample / tutorial implementations of NSPredicateEditor: http://developer.apple.com/library/mac/#samplecode/PredicateEditorSample/Introduction/Intro.html

I'm aware of bare bones sample / tutorial implementations of NSPredicateEditor:

http://developer.apple.com/library/mac/#samplecode/PredicateEditorSample/Introduction/Intro.html

The only places I've seen UI resembling a NSPredicateEditors in real applications are the Smart Playlist form in iTunes and the photo fil开发者_如何学编程ter form in Aperture. I'm curious about conventions for:

  • Placement of a NSPredicateEditor in relation to a table view.
  • UI to hide and reveal the NSPredicateEditor.
  • Buttons (if any) to apply the predicate.

What are other examples of effective implementations of NSPredicateEditor in real applications?


cmd-f in Finder will bring up an advanced find window, which features a predicate editor with an accompanying tableview.

0

精彩评论

暂无评论...
验证码 换一张
取 消