Glow-Inc / GLCalendarView

A fully customizable calendar view acting as a date range picker
MIT License
855 stars 106 forks source link

How can I set the displayed calendar view range? #15

Closed codingmoh closed 9 years ago

codingmoh commented 9 years ago

In the App it always starts with the last year. How can I set up the calendar view so it starts with today and ends with one year after?

Thanks

ltebean commented 9 years ago

Take a look at GLCalendarView.h, you can set its firstDate and lastDate properties, then call calendarView.reload

codingmoh commented 9 years ago

Hey thank you very much!