当光标位于 NSSearchField 上时显示消息

发布于 2024-12-22 09:41:31 字数 166 浏览 1 评论 0原文

我需要显示类似于以下附件的消息 当光标位于搜索字段上时,显示类似“键入单词或短语...”的消息

我不知道技术术语它在可可术语中到底叫什么。 所以,我也无法用谷歌搜索它。只是我有兴趣知道如何实现这个功能。

I need to display a message similar the following attachmnet
when cursor is over searchfield displays message like "Type a word or phrase ..."

I dont know the technical term what exactly it called in cocoa terminology.
So,I could not google it also.just I am interested to know how can I implement this feature.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅笑轻吟梦一曲 2024-12-29 09:41:31

它们被称为 工具提示,可以添加到任何视图。您可以像这样以编程方式添加它们:

[searchField setToolTip:@"Hello World!"];

They're called tooltips and can be added to any view. You can add them programmatically like so:

[searchField setToolTip:@"Hello World!"];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文