CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2016 |
Maintained by guakeliao.
To run the example project, clone the repo, and run pod install
from the Example directory first.
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);
};
guakeliao, [email protected]
自定义时间选择器,可以定义yyyy-MM-dd:hh:mm:ss