如何在聚光灯等可可应用中创建搜索字段和搜索结果?

时间:2011-07-08 02:32:50

标签: objective-c cocoa macos

有什么想法吗? 非常多!!

enter image description here

2 个答案:

答案 0 :(得分:3)

如果您希望搜索自己的数据,可能会考虑使用NSSearchField控件。以下是Apple文档中"Introduction to Search Fields Guide"的链接;它应该让你走上正轨。

答案 1 :(得分:1)

为什么不直接与Spotlight集成而不是创建某种替代方案?

http://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/MetadataIntro/MetadataIntro.html

如果您实际上是在尝试搜索其他文件,那么您也可以使用Spotlight:

http://developer.apple.com/library/mac/#documentation/Carbon/Conceptual/SpotlightQuery/SpotlightQuery.html