LwDatePicker 0.1.3

LwDatePicker 0.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by guakeliao.



  • By
  • liaowei

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, [email protected]

License

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