11-16-2008, 10:42 PM
|
#4 (permalink)
|
|
Registered Member
Join Date: Oct 2008
Location: Denver, CO
Posts: 2,122
|
Displaying a modal view controller with the date picker is one way. If you want to be able to see some of your table while the date picker is being shown then you can write your own code to slide a view up from the bottom or side. This view would be just big enough for the date picker. Either approach would be more appropriate then using an alert view.
|
|
|