Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSSearchField 允许您在 Interace Builder 属性编辑器中取消选中“立即搜索”。在这种情况下,目标操作将在用户停止输入后的短时间内被调用。
我不相信延迟是可配置的。您可以做的是将文本字段设置为立即搜索,然后-textDidChange:在NSSearchFieldCell.
-textDidChange:
NSSearchFieldCell
NSTimer然后,您可以使用一种或其他方法控制搜索延迟,并-textDidChange:在您想要触发搜索时调用 super 的实现。
NSTimer