cthesky
cthesky

Reputation: 41

How to create a calendar in Iphone Application?

I had developed a website application which consists a calendar used to record member's events. So, I need to develop an Iphone Application. For example, this Iphone Application consists of 4 tabs, when click on one tab, it will show a calendar which is equal to the corresponding calendar in that website application I had developed.

Therefore, does anyone know how to add or create a calendar view in an Iphone application?

Really appreciate for any suggestions and solutions. Thanks.

Upvotes: 2

Views: 10224

Answers (2)

Shrey
Shrey

Reputation: 1977

Try this one...its quite easy to use and flexible to edit as per your usage.

https://github.com/klazuka/Kal

Upvotes: 0

Rahul Vyas
Rahul Vyas

Reputation: 28740

You can find one in tapku library. it is open source and available on github here is the URL

https://github.com/devinross/tapkulibrary

Upvotes: 2

Related Questions