What's a good way to create an Event Calendar
Posted
by iFloh
on Stack Overflow
See other posts from Stack Overflow
or by iFloh
Published on 2010-04-13T14:59:38Z
Indexed on
2010/04/13
15:03 UTC
Read the original article
Hit count: 291
Hi, I want to create an Event Calendar for my iPhone App. In a first instance the Event Calendar is supposed to list the Events and have a Details View with additional info. It is also supposed to contain an action to trasfer a specific event to the iPhone Calendar.
First thoughts go towards using a UITableView where I make the event dates as sections. Since the Calendar is supposed to span many month I am unsure whether this really is the best way to go about it.
Any suggestions? Do you probably know some sample code that I might use ?
thanks in advance
© Stack Overflow or respective owner