views:

25

answers:

1

Hello,

I would liketo have the use of a UIDatePicker that is just one row displayed 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,

A: 

Use UIPickerView with UIDatePickerDelegate and UIDatePickerDataSource, not UIDatePicker.

Here's a manual.

kovpas