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 recommen开发者_运维百科d a way to accomplish this and possibly mention existing apps that use this feature
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.
精彩评论