You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this question was asked long time ago. But I don't think this is a problem about the library. Calendar marked the last date because -markDates was called only once. Please refer to the code below.
If i have several dates to mark in a month, it marks only the last date!!?? Please Help
here is the code:
-(void)calendarView:(VRGCalendarView *)calendarView switchedToMonth:(int)month targetHeight:(float)targetHeight animated:(BOOL)animated {
NSArray *test = [NSArray arrayWithObjects:@"2013-07-22",@"2013-07-23",@"2013-08-09",nil];
}
The text was updated successfully, but these errors were encountered: