YCYearMonthDatePicker

YCYearMonthDatePicker


License
MIT
Install
pod try YCYearMonthDatePicker

Documentation

YCYearMonthDatePicker

CI Status Version License Platform

Introduce

年月选择器

一行代码完成基本需求

How To Use

样式

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'

Author

杨超, 1552612373@qq.com

License

YCYearMonthDatePicker is available under the MIT license. See the LICENSE file for more info.