Skip to content

pljhonglu/LewPickerController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LewPickerController

方便好用的弹出 UIPickerView/UIDatePicker

效果图

使用方法

UIPickerView *pickerView = [[UIPickerView alloc]init];
pickerView.delegate = self;
pickerView.dataSource = self;
LewPickerController *pickerController = [[LewPickerController alloc]initWithDelegate:self];
pickerController.pickerView = pickerView;
pickerController.titleLabel.text = @"请选择";
[pickerController showInView:self.view];

License | 许可

This code is distributed under the terms of the MIT license.
代码使用 MIT license 许可发布.

About

方便好用的弹出 UIPickerView/UIDatePicker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published