GitXplorerGitXplorer
s

NSPopover-MISSINGBackgroundView

public
10 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
e3fddb37b3a1986ca0b98b8573bd5992c9988670

Initial commit.

sshergin committed 9 years ago

README

The README file for this repository.

NSPopover+MISSINGBackgroundView

Version License Platform

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.