tags:

views:

63

answers:

1

I want to create a calendar that will allow for events to be created and deleted within an iphone app. Can someone recommend a way to accomplish this and possibly mention existing apps that use this feature

+1  A: 

You could probably benefit a lot from the Tapku Library.

It includes a calendar month and day views, which you could probably pair with Core Data or another persistence solution to get what you need.

Jasarien