- (void)closeWindow
{
[self.wnd orderOut:nil];
}
- (void)showWindow {
[NSApp activateIgnoringOtherApps:YES];
[self.wnd makeKeyAndOrderFront:nil];
}
- (void)closeWindow
{
[self.wnd orderOut:nil];
}
- (void)showWindow {
[NSApp activateIgnoringOtherApps:YES];
[self.wnd makeKeyAndOrderFront:nil];
}
本文标题:关闭打开window
本文链接:https://www.haomeiwen.com/subject/xjykvctx.html
网友评论