Quote:
Originally Posted by Killmon
Hi All!
I am a super newbie and I have been trying to find out what type of menu it is that is used to select the times in the Iphone Alarm app. I want to research who to make one like that , but I cannot even find out what it is called! lol... Ahh to be a newbie.
|
As the other poster already told you, those controls are called UIDatePickers. They are a specific case of a UIPickerView.
Take a look at the sample app UICatalog that comes with XCode. It has working examples of all the major types of controls, with the code that makes them work. It's a great starting point if you need to figure out how to use a certain control.