A simple pickerView just like the app lagou.
[self.datePicker showWithSofar:YES resultBlock:^(NSString *resultString) { [sender setTitle:resultString forState:UIControlStateNormal]; }];
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A simple pickerView just like the app lagou.
[self.datePicker showWithSofar:YES resultBlock:^(NSString *resultString) { [sender setTitle:resultString forState:UIControlStateNormal]; }];
A simple pickerView just like the app lagou.