iOS 年月选择器

2020-06-23  本文已影响0人  大泡砸吃火腿肠

个人搭建的博客,欢迎访问:
https://www.pphtc.com/work.html

YCYearMonthDatePicker

https://github.com/1552612373/YCYearMonthDatePicker

Introduce

年月选择器

一行代码完成基本需求

How To Use

demo.png
YCYearMonthDatePicker *picker = [YCYearMonthDatePicker new];
picker.dateComfirmBlock = ^(NSString * _Nonnull year, NSString * _Nonnull month) {
    
};
[picker showWithBeginDateStr:@"2020-01" endDateStr:@"2020-12"];

Installation

YCYearMonthDatePicker is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'YCYearMonthDatePicker'
上一篇 下一篇

猜你喜欢

热点阅读