Guest User

Untitled

a guest
Aug 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. NSWindowDidBecomeMainNotification firing for ALL windows
  2. [[NSNotificationCenter defaultCenter] addObserver:self
  3. selector:@selector(didBecomeMain:)
  4. name:NSWindowDidBecomeMainNotification
  5. object:nil];
  6.  
  7. [[NSNotificationCenter defaultCenter] removeObserver:self name: NSWindowDidBecomeMainNotification object:nil];
Add Comment
Please, Sign In to add comment