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
Hello. Thanks for a great work. The problem I'm experiencing is similar to this issue which was closed a year ago.
When I call func reloadDates(_ dates: [Date]) for a date which doesn't belong to a current month, it's not reloaded: func calendar(_ calendar: JTAppleCalendarView, cellForItemAt date: Date, cellState: CellState, indexPath: IndexPath) -> JTAppleCell is not called.
UPDATE
The only problem is that it doesn't reload dates which don't belong to complete months.
Thanks,
Artem
The text was updated successfully, but these errors were encountered:
artemstepanenko
changed the title
Can't reload a date from another month
Can't reload dates from incomplete months
Oct 17, 2017
Hello. Thanks for a great work. The problem I'm experiencing is similar to this issue which was closed a year ago.
When I call
func reloadDates(_ dates: [Date])
for a date which doesn't belong to a current month, it's not reloaded:func calendar(_ calendar: JTAppleCalendarView, cellForItemAt date: Date, cellState: CellState, indexPath: IndexPath) -> JTAppleCell
is not called.UPDATE
The only problem is that it doesn't reload dates which don't belong to complete months.
Thanks,
Artem
The text was updated successfully, but these errors were encountered: