Skip to content

adamhartford/PopDatePicker

Repository files navigation

PopDatePicker

PopDatePicker is an NSDatePicker subclass that provides an attached NSPopover. It is bindings compatible.

Screenshot

Installation

CocoaPods:

platform :osx, '10.10'
use_frameworks!

pod 'PopDatePicker'

Carthage:

github 'adamhartford/PopDatePicker'

Usage

  1. Drop an NSDatePicker onto your view in Interface Builder.
  2. Change both its Class and Module to PopDatePicker.

License

PopDatePicker is released under the MIT license. See LICENSE for details.