PopDatePicker 0.2.0

PopDatePicker 0.2.0

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布最后发布2015 年 10 月
SPM支持 SPM

Adam Hartford 维护。



PopDatePicker

PopDatePicker 是一个继承自 NSDatePicker 的子类,它提供了一个附加的 NSPopover。它是绑定兼容的。

Screenshot

安装

CocoaPods

platform :osx, '10.10'
use_frameworks!

pod 'PopDatePicker'

Carthage

github 'adamhartford/PopDatePicker'

用法

  1. 在 Interface Builder 中将 NSDatePicker 丢到您的视图中。
  2. 将其类和模块都改为 PopDatePicker

许可证

PopDatePicker 在 MIT 许可证下发布。有关详细信息,请参阅 LICENSE。