jfbomber
Results
1
issues of
jfbomber
The selected color doesn't seem to be working in iOS 15. ` self.calendarView = CalendarView() self.calendarView.backgroundColor = UIColor.white self.calendarView.delegate = self self.calendarView.dataSource = self self.calendarView.direction = .horizontal self.calendarView.multipleSelectionEnable = false...