个人搭建的博客,欢迎访问:
https://www.pphtc.com/work.html
YCYearMonthDatePicker
https://github.com/1552612373/YCYearMonthDatePicker
Introduce
年月选择器
一行代码完成基本需求
How To Use
![](https://img.haomeiwen.com/i2468035/d0a835ae2fa68b28.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'
网友评论