1

Does anyone know how to show calendar in a vertical UIScrollView starting from today's date till 24 months from now? I want to implement this in iPad. Is there any such api for iOS?

Dhara
  • 4,093
  • 2
  • 36
  • 69
  • Hi i have uploaded the code [here](http://dl.dropbox.com/u/65213224/CalDemo%202.zip) making use of tapku library. – Dhara May 21 '12 at 11:55

1 Answers1

2

There is no public API for drawing a calendar. You might find one of the answers to this question useful as a starting point.

Community
  • 1
  • 1
rob mayoff
  • 375,296
  • 67
  • 796
  • 848