Glow-Inc / GLCalendarView

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

Shows dates only till mid Jan 2016 #18

Closed vaibhavrmistry closed 8 years ago

vaibhavrmistry commented 8 years ago

The calendar view shows range only till mid Jan 2016. Is there a way to add support for next years?

ltebean commented 8 years ago

you can specify the range by setting these two properties

@property (nonatomic, copy) NSDate *firstDate;
@property (nonatomic, copy) NSDate *lastDate;