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 have a scenario in which, I am getting a date array from my web-service for the current visible month in the calendar. I have to change the colour for these dates. I am able to do that initially with the help of the function calendar(calendar: FSCalendar!, appearance: FSCalendarAppearance!, titleDefaultColorForDate date: NSDate!) -> UIColor! .
Now when the user swipes to different month, I am getting another array of dates whose colour I need to change.
So is there any way to do so or call calendar(calendar: FSCalendar!, appearance: FSCalendarAppearance!, titleDefaultColorForDate date: NSDate!) -> UIColor! in calendarCurrentPageDidChange(calendar: FSCalendar!) ?
The text was updated successfully, but these errors were encountered:
I have a scenario in which, I am getting a date array from my web-service for the current visible month in the calendar. I have to change the colour for these dates. I am able to do that initially with the help of the function
calendar(calendar: FSCalendar!, appearance: FSCalendarAppearance!, titleDefaultColorForDate date: NSDate!) -> UIColor!
.Now when the user swipes to different month, I am getting another array of dates whose colour I need to change.
So is there any way to do so or call
calendar(calendar: FSCalendar!, appearance: FSCalendarAppearance!, titleDefaultColorForDate date: NSDate!) -> UIColor!
incalendarCurrentPageDidChange(calendar: FSCalendar!)
?The text was updated successfully, but these errors were encountered: