Does anyone know how to implement a view similar to the iphone calendar day view?
A:
The day view appears to be just a scroll view with a couple of subviews, one for each event. Are you trying to learn how to implement this, given pre-existing data, or are you trying to get access to the actual calendar data on the phone (which is not possible on non-Jailbroken devices)?
Ben Gottlieb
2010-01-05 15:32:04
Thanks, Ben. I need to add a calendar daily view to my project, and I was hoping someone else had implemented this and made it available. Seem like a lot of people would benefit from this. After a little more poking around, it does look pretty straightforward to implement
Jacko
2010-01-13 02:27:01
A:
Maybe you can give calendar-ui a try: http://github.com/muhku/calendar-ui
muhku
2010-09-22 18:56:42
Hey, nice work, muhku. This would have been exactly what I was looking for in January. I will bookmark this for future apps I am working on.
Jacko
2010-09-23 14:32:15