calendar view in iphone sdk

2019-04-15 19:33发布

问题:

how to create calendar view in iphone sdk like

in following link

http://jonathanwatmough.com/

Regards, sathish

回答1:

I use Kal for calendar interfaces. It's kind of shocking that there's no built-in calendar view controller, but there's not. I really expected them to add one with EventKit in iOS4, but no.

Kal's a little tricky to get your head around, but once you understand how it thinks, it's easy enough to implement.

http://github.com/klazuka/Kal