ios DatePicker的年月年月日文字的封装.zip
1、封装了年月日,年月,文字的日期选择器,也可以自定义其他选择器,使用简单,直接导入2行代码搞定
self.yearAndMonthDatePickerView = [LXKDatePickerView makeViewWithMaskDatePicker:self.view.frame setTitle:@"年月选择"];
self.yearAndMonthDatePickerView.delegate = self;
下载地址:https://github.com/luoxiankang/DatePickerDemo
下载地址
用户评论