美文网首页UI
iOS美观易用的日期选择控件设计

iOS美观易用的日期选择控件设计

作者: huisedediao | 来源:发表于2020-01-14 14:03 被阅读0次

    目标:月份切换、年份切换、日期区间选择

    Demo:https://github.com/huisedediao/XBCalendar

    效果图:

    XBCalendar.gif

    使用:

    CalendarSheet *sheet = [[CalendarSheet alloc] initWithDisplayView:[UIApplication sharedApplication].keyWindow];
    sheet.doneBlock = ^(NSArray * _Nonnull arrSelectedDays) {
    
    };
    [sheet show];
    

    架构图:

    日历sheet.png

    相关文章

      网友评论

        本文标题:iOS美观易用的日期选择控件设计

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