Created
December 16, 2011 03:50
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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