Karthik Keyan.B
Karthik Keyan.B

Reputation: 21

Calendar like app in IOS

I am a beginner to iPhone Development. I want to develop a iPhone app which is like Native IOS Calendar.

The app should display the days and months in grid, list, month views...

I dont know how to dynamically change months and clear the previous months data...

In the native app, it changes the dates of months with animation... How to do this..

I dont want to use any open source project.. i want to create from my own code...

Kindly give me an idea or reference link to do this...

Thanks in advance... :)

Upvotes: 2

Views: 7292

Answers (3)

englishteeth
englishteeth

Reputation: 228

It looks like the weeks of the calendar are a part of a table view controller. These will be linked to a managed datasource behind the class.

The UIView has methods by which you can define how the view transitions from one state to another.

The bes place to start is with the iOS developer library...

UIView Class Reference

Upvotes: 0

Swapna
Swapna

Reputation: 2235

You can try Kal Calendar

Upvotes: 0

Jano
Jano

Reputation: 63667

enter image description here enter image description here

Download Kal or TapKu calendar and read their source code.

Upvotes: 4

Related Questions