DatePicker的年月,年月日,文字的封装
查看次数:3028
下载次数:663
上传时间:2016-12-26
大小:214 B
1、封装了年月日,年月,文字的日期选择器,也可以自定义其他选择器,使用简单,直接导入2行代码搞定
self.yearAndMonthDatePickerView = [LXKDatePickerView makeViewWithMaskDatePicker:self.view.frame setTitle:@"年月选择"];
self.yearAndMonthDatePickerView.delegate = self;
下载地址:https://github.com/luoxiankang/DatePickerDemo
收藏