Skip to content

Instantly share code, notes, and snippets.

@tonyarnold
Created April 23, 2010 12:22
Show Gist options
  • Select an option

  • Save tonyarnold/376483 to your computer and use it in GitHub Desktop.

Select an option

Save tonyarnold/376483 to your computer and use it in GitHub Desktop.
[notificationCenter addObserverForName:AppleMenuTransparencyDidChangeNotification object:nil block:^(NSNotification * notification)
{
RunAfterDelay(0.25, ^{[self HSSpaceController_setSpaceMenuBarStateUsingSystem:self.activeSpace];});
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment