NSPopover+MISSINGBackgroundView
May 20, 2015 ยท View on GitHub
A very tiny library that allows to access (and customize) background view of NSPopover. For example, it allows easily to set background color for particular NSPopover.
Usage
#import "NSPopover+MISSINGBackgroundView.h"
NSPopover *popover = [[NSPopover alloc] init];
popover.backgroundColor = [NSColor whiteColor];
Requirements
Nothing.
Installation
NSPopover+MISSINGBackgroundView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NSPopover+MISSINGBackgroundView"
Author
Valentin Shergin, valentin@shergin.com
License
NSPopover+MISSINGBackgroundView is available under the MIT license. See the LICENSE file for more info.