Only one row in UIdatePicker
I would liketo have the use of a UIDatePicker that is just one row di开发者_如何学编程splayed instead of three. Three rows take up way too much real-estate!
HELP!!!
I am able to rotate and resize the control without any great stress, but have yet to figure out how to only display the one row. Thank you,
Use UIPickerView with UIDatePickerDelegate and UIDatePickerDataSource, not UIDatePicker.
Here's a manual.
精彩评论