Reputation: 46287
I need a date picker that shows an actual calendar (similar to the built-in calendar feature on the iPad.) Is there a reusuable widget? How could I easily implement one? The date picker wheel is terrible because it doesn't show you the day of the week (Sun, Mon, Tue...) and isn't really needed on the iPad where you have enough room to show a calendar which is a very user friendly way of letting someone pick a date (it is mentally easy to find the third Tuesday from today.)
Upvotes: 3
Views: 2517
Reputation: 218
I know this was asked some time ago, however after finding this question and the answers, I looked into Kal and yes you can make it work on the iPad in a popover. It takes a little reworking of the sourcecode, but within a few hours I had it up and running and worked out very well.
Upvotes: 0
Reputation: 22116
You may want to have a look at Kal, I've used it for iPhone projects. You should be able to push it into a popover.
Upvotes: 4