user306766
user306766

Reputation:

What's a good way to create an Event Calendar

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

Upvotes: 1

Views: 452

Answers (1)

Dave DeLong
Dave DeLong

Reputation: 243156

Take a look at the Kal control. It's basically a pixel-for-pixel duplicate of the calendar control in the Calendar app.

Upvotes: 1

Related Questions