Madcapslaugh
Madcapslaugh

Reputation: 119

Whats the best way to implement a custom Calendar on the iPhone

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

Upvotes: 2

Views: 444

Answers (1)

Jasarien
Jasarien

Reputation: 58448

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.

Upvotes: 1

Related Questions