Glow-Inc / GLCalendarView

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

Infinitely scrolling in both directions. #17

Closed kokoeCBK closed 8 years ago

kokoeCBK commented 8 years ago

Can set this library infinitely scrolling in both directions?

ltebean commented 8 years ago

Sure, you can achieve it by

calendarView.firstDate = a very small date
calendarView.lastDate = a very big date
kokoeCBK commented 8 years ago

Wow! Thank you very much.