在Interface builder的右侧栏;当View Controller有一个“Key Commands”面板时.
它是什么?
它是什么?
感谢致敬,
解决方法
这是触发响应者操作的关键命令列表.
您可以在UIResponder类中查看Apple文档,它是“keyCommands”属性:
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIResponder_Class/index.html#//apple_ref/occ/instp/UIResponder/keyCommands
或者您可以通过一些教程如何使用此功能,如下所示:
http://www.danandcheryl.com/2014/04/how-and-why-to-implement-keyboard-shortcuts-in-ios-7