MacOS应用主菜单连接到ViewController的事件
主菜单不能直接通过拖动在ViewController连接事件,需用通过First Responder连接。
1、ViewControll创建Acion事件
2、选中菜单,拖动Send Actions到First Responder,在弹出的事件列表中选择对应的事件
主菜单不能直接通过拖动在ViewController连接事件,需用通过First Responder连接。
1、ViewControll创建Acion事件
2、选中菜单,拖动Send Actions到First Responder,在弹出的事件列表中选择对应的事件