views:

44

answers:

1

Hi, I would LOOOOVE to 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. This is not what I'm chasing right this moment.

Any direction would be appreciated ;)

A: 

The standard pickers are all that big. No way to change this behavior. Although you could place other components on top of it, this would probably not look great, and it's hard to use, as you need height to operate the wheels.

Reducing the standard picker to one row would also irritate users, and it could be problematic in the review process.

So if you need a one-line-date-picker view, you have to roll your own.

Eiko
Do you think it really would irritate users? You know what date/time follows or proceeds the next? Hmmm... Thanks for the comment ;)
Lance
I know the order of dates, but I don't know how to use that one-line control ;-)
Eiko
The same way you use the other control but it takes less space ;)
Lance