Saj*_*are 12
我在viewcontroller中使用它
//initWithNibName
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(windowWillClose:) name:NSWindowWillCloseNotification object:self.view.window];
Run Code Online (Sandbox Code Playgroud)
- (void)windowWillClose:(NSNotification *)notification
{
NSWindow *win = [notification object];
//...
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5169 次 |
| 最近记录: |