Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Hi i have uploaded the code here making use of tapku library. – Dhara May 21 '12 at 11:55

closed as not constructive by Will Jul 18 '12 at 11:35

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
But this are simple calendar. i want 24 months calendar scrolling. – Dhara Feb 14 '12 at 9:53
1  
That'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 9:58
Do you have any idea how to implement it? – Dhara Feb 14 '12 at 10:05
1  
My 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 at 9:18
show 1 more comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.