美文网首页
iOS 年月选择器

iOS 年月选择器

作者: 大泡砸吃火腿肠 | 来源:发表于2020-06-23 17:40 被阅读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'
    

    相关文章

      网友评论

          本文标题:iOS 年月选择器

          本文链接:https://www.haomeiwen.com/subject/bwwhfktx.html