Skip to content

The Most Simplest Date picker.最简单的时间选择器

Notifications You must be signed in to change notification settings

JKTerry/UICustomDatePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

UICustomDatePicker

The Most Simple Date picker.最简单的时间选择器 调用方法:

#import "UICustomDatePicker.h"

__weak ViewController *vc = self;
[UICustomDatePicker showCustomDatePickerAtView:self.view choosedDateBlock:^(NSDate *date) {
    __strong ViewController *ss = vc;
    NSLog(@"current Date:%@",date);
} cancelBlock:^{

}];

About

The Most Simplest Date picker.最简单的时间选择器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published