Reputation: 119
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
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