Re: Recreating iPhone alarm Picker

2009-10-19 Thread Roland King
If I wanted to do something like this myself, not a date but some other rotating list of items, I would probably use a UIPickerViewDataSource to tell the UIPicker it has a vast number of rows and I'd start the picker index 1/2 way through that range. Then I'd return a title from pickerView:

Re: Recreating iPhone alarm Picker

2009-10-19 Thread Eric E. Dolecki
Well, kick me in the junk - that's awesome and I can't believe I didn't see that. Thanks Luke,Eric On Mon, Oct 19, 2009 at 9:49 AM, Luke the Hiesterman wrote: > Just use a UIDatePicker on mode UIDatePickerModeTime or > UIDatePickerModeDateAndTime and you should be all set. > > Luke > > > On Oct 1

Re: Recreating iPhone alarm Picker

2009-10-19 Thread Luke the Hiesterman
Just use a UIDatePicker on mode UIDatePickerModeTime or UIDatePickerModeDateAndTime and you should be all set. Luke On Oct 19, 2009, at 6:44 AM, Eric E. Dolecki wrote: I have a fairly noob question in regards to recreating an alarm view using a Picker control. On the iPhone, the values for