Skip to content

Instantly share code, notes, and snippets.

@kgn
Created December 16, 2011 03:50
Show Gist options
  • Save kgn/1484377 to your computer and use it in GitHub Desktop.
Save kgn/1484377 to your computer and use it in GitHub Desktop.
Correctly remove the space taken up by a menu bar item when the app is terminated.
- (void)applicationWillTerminate:(NSNotification *)notification{
[[NSStatusBar systemStatusBar] removeStatusItem:self.statusItem];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment