YMDatePicker 0.3

YMDatePicker 0.3

MasakazOzaki 维护。



  • By
  • Masakaz Ozaki

YMDatePicker

具有周和月模式的日历式日期选择器

demo

  • YMDatePicker 还可以像 UIPickerView 一样用在 inputView 中。

demo

安装

使用 CocoaPods...

pod 'YMDatePicker', '~> 0.1'

您也可以手动将 YMDatePicker.xcproj 添加到您的项目中。

用法

  1. 使用 storyboard 安排 UIView。
  2. 继承 YMDatePicker 并为 'module' 指定它。
  3. 过了一段时间,日历将在视图中显示。
  4. 您可以将 IBAction 与 ValueChanged 连接。该事件在日期被选中时触发。

联系方式

许可证

本项目采用MIT许可证。