CVCalendar / CVCalendar

A custom visual calendar for iOS 8+ written in Swift (>= 4.0).
MIT License
3.48k stars 614 forks source link

Change CVCalendarViewPresentationMode from monthView to weekView automatically when user sellects a particular date. #456

Closed KhanhThoNguyen closed 7 years ago

KhanhThoNguyen commented 7 years ago

Change CVCalendarViewPresentationMode from monthView to weekView automatically when a user selects a particular date.

if calendarView.calendarMode == .monthView {
            calendarView.changeMode(.weekView)
}

I put this code into func didSelectDayView(_ dayView: DayView, animationDidFinish: Bool). But I met a lot of bugs. Please Help me.

elsesiy commented 7 years ago

Please use the issue template.