/LwDatePicker

时间选择器

Primary LanguageObjective-CMIT LicenseMIT

LwDatePicker

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

LwDatePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

用法
	pod "LwDatePicker"
	支持xib和view创建
    self.piker.datePikerModel = LwDatePikerModelDay;
    self.piker.valueChangeBlock = ^(id date)
    {
        NSLog(@"%@",date);
    };

Author

guakeliao, 598951856@qq.com

License

自定义时间选择器,可以定义yyyy-MM-dd:hh:mm:ss