FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

self.calendar.select(config.selectedDate, scrollToDate: true) not refreshing month

Open justdan0227 opened this issue 3 years ago • 1 comments

So using the demo app, if I select a date (using the interface builder controller), the day changes, however, the month does not update unless you scroll left / right?

justdan0227 avatar Apr 23 '21 19:04 justdan0227

calendar?.currentPage = date ?? Date() Faced the same issue and update currentPage can help it

Sotatek-ThanhNguyen2 avatar Sep 24 '22 19:09 Sotatek-ThanhNguyen2