标签:
在AppDelegate中,对menu Item 拖线 实现退出应用的方法:
- (IBAction)windowShouldClose:(NSMenuItem *)sender { [NSApp terminate:self]; }
如下图:
Mac 应用开发-- 在菜单栏中实现退出应用的功能
原文地址:http://www.cnblogs.com/741162830qq/p/5035447.html