addKeyCommand method

void addKeyCommand(
  1. UIKeyCommand keyCommand
)

addKeyCommand:

Implementation

void addKeyCommand(UIKeyCommand keyCommand) {
  objc.checkOsVersionInternal('UIViewController.addKeyCommand:', iOS: (false, (9, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_addKeyCommand_, keyCommand.ref.pointer);
}