PopDatePicker
PopDatePicker copied to clipboard
NSDatePicker with attached NSPopover
PopDatePicker
PopDatePicker is an NSDatePicker subclass that provides an attached NSPopover. It is bindings compatible.
Installation
platform :osx, '10.10'
use_frameworks!
pod 'PopDatePicker'
github 'adamhartford/PopDatePicker'
Usage
- Drop an NSDatePicker onto your view in Interface Builder.
- Change both its Class and Module to
PopDatePicker.
License
PopDatePicker is released under the MIT license. See LICENSE for details.