CalendarView: Issue with firstWeekday. The header is not updating.
For the CalendarView when I set the first day of the week variable to Sunday it is updating the calendar days correctly but not the header at the top.
self.calendarView.style.firstWeekday = .sunday
self.calendarView.style.locale = Locale(identifier: "en_US")

About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (8 by maintainers)
change header to starting to sunday then when calendar open first time it will show wrong dates order.
Actually this is very embarrassing i used your library and already demonstrate to client, now can’t even remove your library and use native calendar… and this is around 30 days old issue. and still not fixed.