The imfamous iPhone date reel/spinner/picker is easily implemented into your own custom iPhone app. The Class Reference for the UIDatePicker is available here.
I would like to share a simple project I made to help understand the UIDate Picker. This was based on the iPhone Developers Cookbook Example.
The project is a simple date spinner which once it sets on a date sends a UIAlert of the date. It outlines well the UIDate Picker and an UIAlert. The project is extremely simple, but hopefully someone will find it useful. (more…)
