Mac 应用开发-- 在菜单栏中实现退出应用的功能
在AppDelegate中,对menu Item 拖线 实现退出应用的方法:
- (IBAction)windowShouldClose:(NSMenuItem *)sender { [NSApp terminate:self]; }
如下图:
如果错过了一天,那么真的就错过一天。不抛弃,不放弃。点一盏心灯给自己。
在AppDelegate中,对menu Item 拖线 实现退出应用的方法:
- (IBAction)windowShouldClose:(NSMenuItem *)sender { [NSApp terminate:self]; }
如下图: