Skip to content

Commit

Permalink
Fix #188
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Taha El Sesiy committed Mar 24, 2017
1 parent e4f29d4 commit 4ce9639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CVCalendar/CVCalendarMonthContentViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public final class CVCalendarMonthContentViewController: CVCalendarContentViewCo
self.prepareTopMarkersOnMonthView(monthView, hidden: false)
}
}
self.calendarView.delegate?.didShowPreviousMonthView?(previous.date)
}
}

Expand Down Expand Up @@ -233,8 +234,8 @@ public final class CVCalendarMonthContentViewController: CVCalendarContentViewCo
strongSelf.prepareTopMarkersOnMonthView(monthView, hidden: false)
}
}
self.calendarView.delegate?.didShowNextMonthView?(following.date)
}

}

public override func updateDayViews(shouldShow: Bool) {
Expand Down

0 comments on commit 4ce9639

Please sign in to comment.