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?
How to implement calender in a vertical UIScrollView showing all 24 months from today's date in iOS?
Asked
Active
Viewed 1,518 times
1 Answers
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
-
-
1That's why I said “useful as a starting point”, not “useful as a ready-made solution to your exact problem”. – rob mayoff Feb 14 '12 at 09:58
-
-
1My idea for implementing it is to put a bunch of subviews in a scroll view. I don't know of any shortcuts. – rob mayoff Feb 14 '12 at 10:21
-
@Dhara did you find the solution for your requirement ? if yes please share it with me here – Ankit Jain Mar 20 '13 at 09:18
-
http://dl.dropbox.com/u/65213224/CalDemo%202.zip u cab download the code from here. I have already written this in the questions comment – Dhara Mar 20 '13 at 10:32