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