Open harrypotter30022003 opened 10 years ago
this is the general way
(void)calendarView:(DSLCalendarView )calendarView willChangeToVisibleMonth:(NSDateComponents )month duration:(NSTimeInterval)duration { NSLog(@"Will show %@ in %.3f seconds", month, duration);
[month setDay:3]; _calendarView.selectedRange= [[DSLCalendarRange alloc] initWithStartDay:month endDay:month];
} it will select the third day of every month modifyit to your need
Hello, I have developed the delegate to get the current month name and year by tapping on the title but i'm not sure how to select/highlight the whole dates within that specific month.
Any help?
Thanks
Tony