作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对 NSResponder 中的 -showContextHelp: 方法很好奇。
文档指出:
Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.
如何以及何时调用此方法?似乎找不到更多相关信息。
最佳答案
-showContextHelp:
和 NSResponder
上的相关方法不再相关,因为它们用于响应 Help key旧款 Apple 键盘上的事件。自 2007 年起,所有 Apple 键盘上均不再存在“帮助”键。
但是,如果您仍然有兴趣了解其用途,Peter Hosey 写了一篇 great article关于 NSResponder
的帮助相关功能。
关于cocoa - -[NSResponder showContextHelp :] example,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20578379/
我对 NSResponder 中的 -showContextHelp: 方法很好奇。 文档指出: Implemented by subclasses to invoke the help system
我是一名优秀的程序员,十分优秀!