Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created July 9, 2015 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/d767d593bfbdf74913d3 to your computer and use it in GitHub Desktop.
Save mikeabdullah/d767d593bfbdf74913d3 to your computer and use it in GitHub Desktop.
Disabling Vibrancy for an NSPopover
- (void)disableVibrancyForPopover:(NSPopover *)popover {
NSAppearance *appearance = [NSAppearance appearanceNamed:NSAppearanceNameAqua];
popover.appearance = appearance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment