guakeliao / LwDatePicker

时间选择器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

时间选择器

License:MIT License


Languages

Language:Objective-C 61.8%Language:Shell 34.7%Language:Ruby 3.5%