Closed vaibhavrmistry closed 8 years ago
The calendar view shows range only till mid Jan 2016. Is there a way to add support for next years?
you can specify the range by setting these two properties
@property (nonatomic, copy) NSDate *firstDate; @property (nonatomic, copy) NSDate *lastDate;
The calendar view shows range only till mid Jan 2016. Is there a way to add support for next years?