I have a nice clean UI within a table view which has a few text fields for the user to fill out. One of the fields is for the user\'s birthday.
I\'d like to have it so t
I would implement this by just animating a view containing the UIDatePicker, a Done, and Cancel button) up from the bottom of the screen. Using CoreAnimation, this should be pretty easy.