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?
There is no public API for drawing a calendar. You might find one of the answers to this question useful as a starting point.